Html Css Color HEX #E8C080 New Orleans

📋 copy color: '#E8C080'

red 232 ◦ green 192 ◦ blue 128

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

Shades of New Orleans #E8C080

Tints of New Orleans #E8C080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.19%

R = 42.03%
G = 34.78%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E8C080 (or 0xE8C080) is known color: New Orleans. HEX triplet: E8, C0 and 80. RGB value is (232,192,128). Sum of RGB (Red+Green+Blue) = 232+192+128=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C080 is #173F7F. Grayscale: #C4C4C4. Windows color (decimal): -1523584 or 8437992. OLE color: 8437992.

HSL color Cylindrical-coordinate representation of color #E8C080: hue angle of 36.92º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E8C080 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 192 128 -
CMYK 0 0.17 0.45 0.09
HSL 36.92º 0.69% 0.71% -
HSV(B) 36.92º 0.45% 0.91% -
XYZ 56.02 56.41 28.36 -
YUV 196.66 89.25 153.2 -
System Red Green Blue C M Y K H S L
Decimal 232 192 128 0 0.17 0.45 0.09 36.92 0.69 0.71
Hex E8 C0 80 0 11 2D 9 25 45 47
Octal 350 300 200 0 21 55 11 45 105 107
Binary 11101000 11000000 10000000 0 10001 101101 1001 100101 1000101 1000111

Color Harmonies of #E8C080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C080

Black with #E8C080

Text Example


Text Example

White with #E8C080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C080; }

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

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

background-color css

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

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

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

border-color css

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

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

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