Html Css Color HEX #EFC19D Negroni

📋 copy color: '#EFC19D'

red 239 ◦ green 193 ◦ blue 157

#EFC19D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Negroni #EFC19D

Tints of Negroni #EFC19D

RGB

 RED value IS 239 (93.75% from 255) = 40.58%

 GREEN value IS 193 (75.78% from 255) = 32.77%

 BLUE value IS 157 (61.72% from 255) = 26.66%

R = 40.58%
G = 32.77%
B = 26.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFC19D (or 0xEFC19D) is known color: Negroni. HEX triplet: EF, C1 and 9D. RGB value is (239,193,157). Sum of RGB (Red+Green+Blue) = 239+193+157=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 157 (61.72% from 255 or 26.66% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC19D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC19D is #103E62. Grayscale: #CACACA. Windows color (decimal): -1064547 or 10338799. OLE color: 10338799.

HSL color Cylindrical-coordinate representation of color #EFC19D: hue angle of 26.34º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFC19D is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 193 157 -
CMYK 0 0.19 0.34 0.06
HSL 26.34º 0.72% 0.78% -
HSV(B) 26.34º 0.34% 0.94% -
XYZ 60.75 58.92 40.07 -
YUV 202.65 102.24 153.93 -
System Red Green Blue C M Y K H S L
Decimal 239 193 157 0 0.19 0.34 0.06 26.34 0.72 0.78
Hex EF C1 9D 0 13 22 6 1A 48 4E
Octal 357 301 235 0 23 42 6 32 110 116
Binary 11101111 11000001 10011101 0 10011 100010 110 11010 1001000 1001110

Color Harmonies of #EFC19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC19D

Black with #EFC19D

Text Example


Text Example

White with #EFC19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC19D; }

 p { color: rgb(239,193,157); }

 H1.HeaderClassName
 {
   color: #EFC19D;
 }
 .AnyTagClassName
 {
   color: #EFC19D;
 }
</style>

background-color css

<style>
 a { background-color: #EFC19D; }

 a { background-color: rgb(239,193,157); }

 div.DivClassName
 {
   background-color: #EFC19D;
 }
 .BgClassName
 {
   background-color: #EFC19D;
 }
</style>

border-color css

<style>
 span { border-color: #EFC19D; }

 span { border-color: rgb(239,193,157); }

 td.TdClassName
 {
   border-color: #EFC19D;
 }
 .TagClassName
 {
   border-color: #EFC19D;
 }
</style>