Html Css Color HEX #E5C08D New Orleans

📋 copy color: '#E5C08D'

red 229 ◦ green 192 ◦ blue 141

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

Shades of New Orleans #E5C08D

Tints of New Orleans #E5C08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.09%

R = 40.75%
G = 34.16%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5C08D (or 0xE5C08D) is known color: New Orleans. HEX triplet: E5, C0 and 8D. RGB value is (229,192,141). Sum of RGB (Red+Green+Blue) = 229+192+141=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 141 (55.47% from 255 or 25.09% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C08D is #1A3F72. Grayscale: #C5C5C5. Windows color (decimal): -1720179 or 9289957. OLE color: 9289957.

HSL color Cylindrical-coordinate representation of color #E5C08D: hue angle of 34.77º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5C08D is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 192 141 -
CMYK 0 0.16 0.38 0.10
HSL 34.77º 0.63% 0.73% -
HSV(B) 34.77º 0.38% 0.9% -
XYZ 55.97 56.28 33.11 -
YUV 197.25 96.26 150.65 -
System Red Green Blue C M Y K H S L
Decimal 229 192 141 0 0.16 0.38 0.10 34.77 0.63 0.73
Hex E5 C0 8D 0 10 26 A 23 3F 49
Octal 345 300 215 0 20 46 12 43 77 111
Binary 11100101 11000000 10001101 0 10000 100110 1010 100011 111111 1001001

Color Harmonies of #E5C08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C08D

Black with #E5C08D

Text Example


Text Example

White with #E5C08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C08D; }

 p { color: rgb(229,192,141); }

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

background-color css

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

 a { background-color: rgb(229,192,141); }

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

border-color css

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

 span { border-color: rgb(229,192,141); }

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