#EEC29D

Color #EEC29D Negroni (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Negroni #EEC29D

Tints of Negroni #EEC29D

Color information

#EEC29D (or 0xEEC29D) is unknown color: approx Negroni. HEX triplet: EE, C2 and 9D. RGB value is (238,194,157). Sum of RGB (Red+Green+Blue) = 238+194+157=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 157 (61.72% from 255 or 26.66% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC29D is #113D62. Grayscale: #CBCBCB. Windows color (decimal): -1129827 or 10339054. OLE color: 10339054.

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

Color convert

RGB238194157-
CMYK00.180.340.07
HSL27.41º70.43%77.45%-
HSV(B)27.41º34.03%93.33%-
XYZ60.6459.240.13-
YUV202.94102.08153.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.41%
GREEN value IS 194 (76.17% from 255) = 32.94%
BLUE value IS 157 (61.72% from 255) = 26.66%
R=40.41%
G=32.94%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819415700.180.340.0727.4170.4377.45
HexEEC29D0122271b464d
Octal35630223502242733106115
Binary1110111011000010100111010100101000101111101110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC29D; }

 p { color: rgb(238,194,157); }

 H1.HeaderClassName
 {
   color: #EEC29D;
 }
 .AnyTagClassName
 {
   color: #EEC29D;
 }
</style>
background-color css

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

 a { background-color: rgb(238,194,157); }

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

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

 span { border-color: rgb(238,194,157); }

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