Html Css Color HEX #E5C184 New Orleans

📋 copy color: '#E5C184'

red 229 ◦ green 193 ◦ blue 132

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

Shades of New Orleans #E5C184

Tints of New Orleans #E5C184

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.84%

 BLUE value IS 132 (51.95% from 255) = 23.83%

R = 41.34%
G = 34.84%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E5C184 (or 0xE5C184) is known color: New Orleans. HEX triplet: E5, C1 and 84. RGB value is (229,193,132). Sum of RGB (Red+Green+Blue) = 229+193+132=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 132 (51.95% from 255 or 23.83% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C184 is #1A3E7B. Grayscale: #C5C5C5. Windows color (decimal): -1719932 or 8700389. OLE color: 8700389.

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

Color convert

RGB 229 193 132 -
CMYK 0 0.16 0.42 0.10
HSL 37.73º 0.65% 0.71% -
HSV(B) 37.73º 0.42% 0.9% -
XYZ 55.55 56.46 29.8 -
YUV 196.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 229 193 132 0 0.16 0.42 0.10 37.73 0.65 0.71
Hex E5 C1 84 0 10 2A A 26 41 47
Octal 345 301 204 0 20 52 12 46 101 107
Binary 11100101 11000001 10000100 0 10000 101010 1010 100110 1000001 1000111

Color Harmonies of #E5C184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C184

Black with #E5C184

Text Example


Text Example

White with #E5C184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C184; }

 p { color: rgb(229,193,132); }

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

background-color css

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

 a { background-color: rgb(229,193,132); }

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

border-color css

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

 span { border-color: rgb(229,193,132); }

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