Html Css Color HEX #E8C08C New Orleans

📋 copy color: '#E8C08C'

red 232 ◦ green 192 ◦ blue 140

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

Shades of New Orleans #E8C08C

Tints of New Orleans #E8C08C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.04%

 BLUE value IS 140 (55.08% from 255) = 24.82%

R = 41.13%
G = 34.04%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E8C08C (or 0xE8C08C) is known color: New Orleans. HEX triplet: E8, C0 and 8C. RGB value is (232,192,140). Sum of RGB (Red+Green+Blue) = 232+192+140=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C08C is #173F73. Grayscale: #C6C6C6. Windows color (decimal): -1523572 or 9224424. OLE color: 9224424.

HSL color Cylindrical-coordinate representation of color #E8C08C: hue angle of 33.91º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E8C08C is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 192 140 -
CMYK 0 0.17 0.40 0.09
HSL 33.91º 0.67% 0.73% -
HSV(B) 33.91º 0.4% 0.91% -
XYZ 56.86 56.75 32.77 -
YUV 198.03 95.25 152.23 -
System Red Green Blue C M Y K H S L
Decimal 232 192 140 0 0.17 0.40 0.09 33.91 0.67 0.73
Hex E8 C0 8C 0 11 28 9 22 43 49
Octal 350 300 214 0 21 50 11 42 103 111
Binary 11101000 11000000 10001100 0 10001 101000 1001 100010 1000011 1001001

Color Harmonies of #E8C08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C08C

Black with #E8C08C

Text Example


Text Example

White with #E8C08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C08C; }

 p { color: rgb(232,192,140); }

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

background-color css

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

 a { background-color: rgb(232,192,140); }

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

border-color css

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

 span { border-color: rgb(232,192,140); }

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