Html Css Color HEX #E8CA8E New Orleans

📋 copy color: '#E8CA8E'

red 232 ◦ green 202 ◦ blue 142

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

Shades of New Orleans #E8CA8E

Tints of New Orleans #E8CA8E

RGB

 RED value IS 232 (91.02% from 255) = 40.28%

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

 BLUE value IS 142 (55.86% from 255) = 24.65%

R = 40.28%
G = 35.07%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E8CA8E (or 0xE8CA8E) is known color: New Orleans. HEX triplet: E8, CA and 8E. RGB value is (232,202,142). Sum of RGB (Red+Green+Blue) = 232+202+142=576 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.28% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 142 (55.86% from 255 or 24.65% from 576); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CA8E is #173571. Grayscale: #CCCCCC. Windows color (decimal): -1521010 or 9358056. OLE color: 9358056.

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

Color convert

RGB 232 202 142 -
CMYK 0 0.13 0.39 0.09
HSL 40º 0.66% 0.73% -
HSV(B) 40º 0.39% 0.91% -
XYZ 59.28 61.35 34.31 -
YUV 204.13 92.94 147.88 -
System Red Green Blue C M Y K H S L
Decimal 232 202 142 0 0.13 0.39 0.09 40 0.66 0.73
Hex E8 CA 8E 0 D 27 9 28 42 49
Octal 350 312 216 0 15 47 11 50 102 111
Binary 11101000 11001010 10001110 0 1101 100111 1001 101000 1000010 1001001

Color Harmonies of #E8CA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CA8E

Black with #E8CA8E

Text Example


Text Example

White with #E8CA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CA8E; }

 p { color: rgb(232,202,142); }

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

background-color css

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

 a { background-color: rgb(232,202,142); }

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

border-color css

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

 span { border-color: rgb(232,202,142); }

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