Html Css Color HEX #E9CBAA Negroni

📋 copy color: '#E9CBAA'

red 233 ◦ green 203 ◦ blue 170

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

Shades of Negroni #E9CBAA

Tints of Negroni #E9CBAA

RGB

 RED value IS 233 (91.41% from 255) = 38.45%

 GREEN value IS 203 (79.69% from 255) = 33.5%

 BLUE value IS 170 (66.8% from 255) = 28.05%

R = 38.45%
G = 33.5%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E9CBAA (or 0xE9CBAA) is known color: Negroni. HEX triplet: E9, CB and AA. RGB value is (233,203,170). Sum of RGB (Red+Green+Blue) = 233+203+170=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CBAA is #163455. Grayscale: #D0D0D0. Windows color (decimal): -1455190 or 11193321. OLE color: 11193321.

HSL color Cylindrical-coordinate representation of color #E9CBAA: hue angle of 31.43º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9CBAA is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 203 170 -
CMYK 0 0.13 0.27 0.09
HSL 31.43º 0.59% 0.79% -
HSV(B) 31.43º 0.27% 0.91% -
XYZ 62.22 62.94 46.9 -
YUV 208.21 106.44 145.68 -
System Red Green Blue C M Y K H S L
Decimal 233 203 170 0 0.13 0.27 0.09 31.43 0.59 0.79
Hex E9 CB AA 0 D 1B 9 1F 3B 4F
Octal 351 313 252 0 15 33 11 37 73 117
Binary 11101001 11001011 10101010 0 1101 11011 1001 11111 111011 1001111

Color Harmonies of #E9CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CBAA

Black with #E9CBAA

Text Example


Text Example

White with #E9CBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CBAA; }

 p { color: rgb(233,203,170); }

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

background-color css

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

 a { background-color: rgb(233,203,170); }

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

border-color css

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

 span { border-color: rgb(233,203,170); }

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