Html Css Color HEX #EFC09C Negroni

📋 copy color: '#EFC09C'

red 239 ◦ green 192 ◦ blue 156

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

Shades of Negroni #EFC09C

Tints of Negroni #EFC09C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.71%

 BLUE value IS 156 (61.33% from 255) = 26.58%

R = 40.72%
G = 32.71%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFC09C (or 0xEFC09C) is known color: Negroni. HEX triplet: EF, C0 and 9C. RGB value is (239,192,156). Sum of RGB (Red+Green+Blue) = 239+192+156=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 156 (61.33% from 255 or 26.58% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC09C is #103F63. Grayscale: #CACACA. Windows color (decimal): -1064804 or 10273007. OLE color: 10273007.

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

Color convert

RGB 239 192 156 -
CMYK 0 0.20 0.35 0.06
HSL 26.02º 0.72% 0.77% -
HSV(B) 26.02º 0.35% 0.94% -
XYZ 60.45 58.45 39.55 -
YUV 201.95 102.07 154.43 -
System Red Green Blue C M Y K H S L
Decimal 239 192 156 0 0.20 0.35 0.06 26.02 0.72 0.77
Hex EF C0 9C 0 14 23 6 1A 48 4D
Octal 357 300 234 0 24 43 6 32 110 115
Binary 11101111 11000000 10011100 0 10100 100011 110 11010 1001000 1001101

Color Harmonies of #EFC09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC09C

Black with #EFC09C

Text Example


Text Example

White with #EFC09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC09C; }

 p { color: rgb(239,192,156); }

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

background-color css

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

 a { background-color: rgb(239,192,156); }

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

border-color css

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

 span { border-color: rgb(239,192,156); }

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