Html Css Color HEX #E5C282 New Orleans

📋 copy color: '#E5C282'

red 229 ◦ green 194 ◦ blue 130

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

Shades of New Orleans #E5C282

Tints of New Orleans #E5C282

RGB

 RED value IS 229 (89.84% from 255) = 41.41%

 GREEN value IS 194 (76.17% from 255) = 35.08%

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

R = 41.41%
G = 35.08%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E5C282 (or 0xE5C282) is known color: New Orleans. HEX triplet: E5, C2 and 82. RGB value is (229,194,130). Sum of RGB (Red+Green+Blue) = 229+194+130=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C282 is #1A3D7D. Grayscale: #C5C5C5. Windows color (decimal): -1719678 or 8569573. OLE color: 8569573.

HSL color Cylindrical-coordinate representation of color #E5C282: hue angle of 38.79º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E5C282 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 194 130 -
CMYK 0 0.15 0.43 0.10
HSL 38.79º 0.66% 0.7% -
HSV(B) 38.79º 0.43% 0.9% -
XYZ 55.63 56.85 29.16 -
YUV 197.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 229 194 130 0 0.15 0.43 0.10 38.79 0.66 0.7
Hex E5 C2 82 0 F 2B A 27 42 46
Octal 345 302 202 0 17 53 12 47 102 106
Binary 11100101 11000010 10000010 0 1111 101011 1010 100111 1000010 1000110

Color Harmonies of #E5C282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C282

Black with #E5C282

Text Example


Text Example

White with #E5C282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C282; }

 p { color: rgb(229,194,130); }

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

background-color css

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

 a { background-color: rgb(229,194,130); }

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

border-color css

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

 span { border-color: rgb(229,194,130); }

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