#EECBA7

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

Shades of Negroni #EECBA7

Tints of Negroni #EECBA7

Color information

#EECBA7 (or 0xEECBA7) is unknown color: approx Negroni. HEX triplet: EE, CB and A7. RGB value is (238,203,167). Sum of RGB (Red+Green+Blue) = 238+203+167=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 167 (65.62% from 255 or 27.47% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECBA7 is #113458. Grayscale: #D1D1D1. Windows color (decimal): -1127513 or 10996718. OLE color: 10996718.

HSL color Cylindrical-coordinate representation of color #EECBA7: hue angle of 30.42º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EECBA7 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB238203167-
CMYK00.150.300.07
HSL30.42º67.62%79.41%-
HSV(B)30.42º29.83%93.33%-
XYZ63.5963.6845.5-
YUV209.36104.1148.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.14%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 167 (65.62% from 255) = 27.47%
R=39.14%
G=33.39%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820316700.150.300.0730.4267.6279.41
HexEECBA70F1E71e444f
Octal35631324701736736104117
Binary11101110110010111010011101111111101111111010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBA7; }

 p { color: rgb(238,203,167); }

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

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

 a { background-color: rgb(238,203,167); }

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

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

 span { border-color: rgb(238,203,167); }

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