Html Css Color HEX #E5C281 New Orleans

📋 copy color: '#E5C281'

red 229 ◦ green 194 ◦ blue 129

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

Shades of New Orleans #E5C281

Tints of New Orleans #E5C281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.37%

R = 41.49%
G = 35.14%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E5C281 (or 0xE5C281) is known color: New Orleans. HEX triplet: E5, C2 and 81. RGB value is (229,194,129). Sum of RGB (Red+Green+Blue) = 229+194+129=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 129 (50.78% from 255 or 23.37% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C281 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C281 is #1A3D7E. Grayscale: #C5C5C5. Windows color (decimal): -1719679 or 8504037. OLE color: 8504037.

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

Color convert

RGB 229 194 129 -
CMYK 0 0.15 0.44 0.10
HSL 39º 0.66% 0.7% -
HSV(B) 39º 0.44% 0.9% -
XYZ 55.57 56.83 28.81 -
YUV 197.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 229 194 129 0 0.15 0.44 0.10 39 0.66 0.7
Hex E5 C2 81 0 F 2C A 27 42 46
Octal 345 302 201 0 17 54 12 47 102 106
Binary 11100101 11000010 10000001 0 1111 101100 1010 100111 1000010 1000110

Color Harmonies of #E5C281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C281

Black with #E5C281

Text Example


Text Example

White with #E5C281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C281; }

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

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

background-color css

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

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

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

border-color css

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

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

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