Html Css Color HEX #E7CAA8 Negroni

📋 copy color: '#E7CAA8'

red 231 ◦ green 202 ◦ blue 168

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

Shades of Negroni #E7CAA8

Tints of Negroni #E7CAA8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.61%

 BLUE value IS 168 (66.02% from 255) = 27.95%

R = 38.44%
G = 33.61%
B = 27.95%

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

#E7CAA8 (or 0xE7CAA8) is known color: Negroni. HEX triplet: E7, CA and A8. RGB value is (231,202,168). Sum of RGB (Red+Green+Blue) = 231+202+168=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 168 (66.02% from 255 or 27.95% from 601); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CAA8 is #183557. Grayscale: #CECECE. Windows color (decimal): -1586520 or 11061991. OLE color: 11061991.

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

Color convert

RGB 231 202 168 -
CMYK 0 0.13 0.27 0.09
HSL 32.38º 0.57% 0.78% -
HSV(B) 32.38º 0.27% 0.91% -
XYZ 61.14 62.06 45.8 -
YUV 206.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 231 202 168 0 0.13 0.27 0.09 32.38 0.57 0.78
Hex E7 CA A8 0 D 1B 9 20 39 4E
Octal 347 312 250 0 15 33 11 40 71 116
Binary 11100111 11001010 10101000 0 1101 11011 1001 100000 111001 1001110

Color Harmonies of #E7CAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CAA8

Black with #E7CAA8

Text Example


Text Example

White with #E7CAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CAA8; }

 p { color: rgb(231,202,168); }

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

background-color css

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

 a { background-color: rgb(231,202,168); }

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

border-color css

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

 span { border-color: rgb(231,202,168); }

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