Html Css Color HEX #E7CBAA Negroni

📋 copy color: '#E7CBAA'

red 231 ◦ green 203 ◦ blue 170

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

Shades of Negroni #E7CBAA

Tints of Negroni #E7CBAA

RGB

 RED value IS 231 (90.63% from 255) = 38.25%

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

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

R = 38.25%
G = 33.61%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E7CBAA (or 0xE7CBAA) is known color: Negroni. HEX triplet: E7, CB and AA. RGB value is (231,203,170). Sum of RGB (Red+Green+Blue) = 231+203+170=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CBAA is #183455. Grayscale: #CFCFCF. Windows color (decimal): -1586262 or 11193319. OLE color: 11193319.

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

Color convert

RGB 231 203 170 -
CMYK 0 0.12 0.26 0.09
HSL 32.46º 0.56% 0.79% -
HSV(B) 32.46º 0.26% 0.91% -
XYZ 61.57 62.6 46.87 -
YUV 207.61 106.78 144.68 -
System Red Green Blue C M Y K H S L
Decimal 231 203 170 0 0.12 0.26 0.09 32.46 0.56 0.79
Hex E7 CB AA 0 C 1A 9 20 38 4F
Octal 347 313 252 0 14 32 11 40 70 117
Binary 11100111 11001011 10101010 0 1100 11010 1001 100000 111000 1001111

Color Harmonies of #E7CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CBAA

Black with #E7CBAA

Text Example


Text Example

White with #E7CBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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