Html Css Color HEX #EEC69F Negroni

📋 copy color: '#EEC69F'

red 238 ◦ green 198 ◦ blue 159

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

Shades of Negroni #EEC69F

Tints of Negroni #EEC69F

RGB

 RED value IS 238 (93.36% from 255) = 40%

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

 BLUE value IS 159 (62.5% from 255) = 26.72%

R = 40%
G = 33.28%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EEC69F (or 0xEEC69F) is known color: Negroni. HEX triplet: EE, C6 and 9F. RGB value is (238,198,159). Sum of RGB (Red+Green+Blue) = 238+198+159=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 159 (62.5% from 255 or 26.72% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC69F is #113960. Grayscale: #CDCDCD. Windows color (decimal): -1128801 or 10471150. OLE color: 10471150.

HSL color Cylindrical-coordinate representation of color #EEC69F: hue angle of 29.62º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEC69F is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 198 159 -
CMYK 0 0.17 0.33 0.07
HSL 29.62º 0.7% 0.78% -
HSV(B) 29.62º 0.33% 0.93% -
XYZ 61.71 61.07 41.34 -
YUV 205.51 101.75 151.17 -
System Red Green Blue C M Y K H S L
Decimal 238 198 159 0 0.17 0.33 0.07 29.62 0.7 0.78
Hex EE C6 9F 0 11 21 7 1E 46 4E
Octal 356 306 237 0 21 41 7 36 106 116
Binary 11101110 11000110 10011111 0 10001 100001 111 11110 1000110 1001110

Color Harmonies of #EEC69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC69F

Black with #EEC69F

Text Example


Text Example

White with #EEC69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC69F; }

 p { color: rgb(238,198,159); }

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

background-color css

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

 a { background-color: rgb(238,198,159); }

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

border-color css

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

 span { border-color: rgb(238,198,159); }

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