Html Css Color HEX #E8C082 New Orleans

📋 copy color: '#E8C082'

red 232 ◦ green 192 ◦ blue 130

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

Shades of New Orleans #E8C082

Tints of New Orleans #E8C082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.47%

R = 41.88%
G = 34.66%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E8C082 (or 0xE8C082) is known color: New Orleans. HEX triplet: E8, C0 and 82. RGB value is (232,192,130). Sum of RGB (Red+Green+Blue) = 232+192+130=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 130 (51.17% from 255 or 23.47% from 554); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C082 is #173F7D. Grayscale: #C5C5C5. Windows color (decimal): -1523582 or 8569064. OLE color: 8569064.

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

Color convert

RGB 232 192 130 -
CMYK 0 0.17 0.44 0.09
HSL 36.47º 0.69% 0.71% -
HSV(B) 36.47º 0.44% 0.91% -
XYZ 56.16 56.47 29.06 -
YUV 196.89 90.25 153.04 -
System Red Green Blue C M Y K H S L
Decimal 232 192 130 0 0.17 0.44 0.09 36.47 0.69 0.71
Hex E8 C0 82 0 11 2C 9 24 45 47
Octal 350 300 202 0 21 54 11 44 105 107
Binary 11101000 11000000 10000010 0 10001 101100 1001 100100 1000101 1000111

Color Harmonies of #E8C082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C082

Black with #E8C082

Text Example


Text Example

White with #E8C082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C082; }

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

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

background-color css

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

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

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

border-color css

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

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

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