Html Css Color HEX #E5C786 New Orleans

📋 copy color: '#E5C786'

red 229 ◦ green 199 ◦ blue 134

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

Shades of New Orleans #E5C786

Tints of New Orleans #E5C786

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.41%

 BLUE value IS 134 (52.73% from 255) = 23.84%

R = 40.75%
G = 35.41%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#E5C786 (or 0xE5C786) is known color: New Orleans. HEX triplet: E5, C7 and 86. RGB value is (229,199,134). Sum of RGB (Red+Green+Blue) = 229+199+134=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 134 (52.73% from 255 or 23.84% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C786 is #1A3879. Grayscale: #C8C8C8. Windows color (decimal): -1718394 or 8832997. OLE color: 8832997.

HSL color Cylindrical-coordinate representation of color #E5C786: hue angle of 41.05º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E5C786 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 199 134 -
CMYK 0 0.13 0.41 0.10
HSL 41.05º 0.65% 0.71% -
HSV(B) 41.05º 0.41% 0.9% -
XYZ 57.04 59.23 30.98 -
YUV 200.56 90.44 148.29 -
System Red Green Blue C M Y K H S L
Decimal 229 199 134 0 0.13 0.41 0.10 41.05 0.65 0.71
Hex E5 C7 86 0 D 29 A 29 41 47
Octal 345 307 206 0 15 51 12 51 101 107
Binary 11100101 11000111 10000110 0 1101 101001 1010 101001 1000001 1000111

Color Harmonies of #E5C786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C786

Black with #E5C786

Text Example


Text Example

White with #E5C786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C786; }

 p { color: rgb(229,199,134); }

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

background-color css

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

 a { background-color: rgb(229,199,134); }

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

border-color css

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

 span { border-color: rgb(229,199,134); }

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