Html Css Color HEX #EFC69E Negroni

📋 copy color: '#EFC69E'

red 239 ◦ green 198 ◦ blue 158

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

Shades of Negroni #EFC69E

Tints of Negroni #EFC69E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.28%

 BLUE value IS 158 (62.11% from 255) = 26.55%

R = 40.17%
G = 33.28%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFC69E (or 0xEFC69E) is known color: Negroni. HEX triplet: EF, C6 and 9E. RGB value is (239,198,158). Sum of RGB (Red+Green+Blue) = 239+198+158=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC69E is #103961. Grayscale: #CDCDCD. Windows color (decimal): -1063266 or 10405615. OLE color: 10405615.

HSL color Cylindrical-coordinate representation of color #EFC69E: hue angle of 29.63º 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 #EFC69E is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 198 158 -
CMYK 0 0.17 0.34 0.06
HSL 29.63º 0.72% 0.78% -
HSV(B) 29.63º 0.34% 0.94% -
XYZ 61.96 61.21 40.9 -
YUV 205.7 101.08 151.75 -
System Red Green Blue C M Y K H S L
Decimal 239 198 158 0 0.17 0.34 0.06 29.63 0.72 0.78
Hex EF C6 9E 0 11 22 6 1E 48 4E
Octal 357 306 236 0 21 42 6 36 110 116
Binary 11101111 11000110 10011110 0 10001 100010 110 11110 1001000 1001110

Color Harmonies of #EFC69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC69E

Black with #EFC69E

Text Example


Text Example

White with #EFC69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC69E; }

 p { color: rgb(239,198,158); }

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

background-color css

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

 a { background-color: rgb(239,198,158); }

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

border-color css

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

 span { border-color: rgb(239,198,158); }

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