Html Css Color HEX #E5C37F New Orleans

📋 copy color: '#E5C37F'

red 229 ◦ green 195 ◦ blue 127

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

Shades of New Orleans #E5C37F

Tints of New Orleans #E5C37F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.39%

 BLUE value IS 127 (50% from 255) = 23.05%

R = 41.56%
G = 35.39%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5C37F (or 0xE5C37F) is known color: New Orleans. HEX triplet: E5, C3 and 7F. RGB value is (229,195,127). Sum of RGB (Red+Green+Blue) = 229+195+127=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 127 (50% from 255 or 23.05% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C37F is #1A3C80. Grayscale: #C5C5C5. Windows color (decimal): -1719425 or 8373221. OLE color: 8373221.

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

Color convert

RGB 229 195 127 -
CMYK 0 0.15 0.45 0.10
HSL 40º 0.66% 0.7% -
HSV(B) 40º 0.45% 0.9% -
XYZ 55.66 57.22 28.19 -
YUV 197.41 88.26 150.53 -
System Red Green Blue C M Y K H S L
Decimal 229 195 127 0 0.15 0.45 0.10 40 0.66 0.7
Hex E5 C3 7F 0 F 2D A 28 42 46
Octal 345 303 177 0 17 55 12 50 102 106
Binary 11100101 11000011 1111111 0 1111 101101 1010 101000 1000010 1000110

Color Harmonies of #E5C37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C37F

Black with #E5C37F

Text Example


Text Example

White with #E5C37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C37F; }

 p { color: rgb(229,195,127); }

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

background-color css

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

 a { background-color: rgb(229,195,127); }

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

border-color css

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

 span { border-color: rgb(229,195,127); }

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