Html Css Color HEX #E1C492 New Orleans

📋 copy color: '#E1C492'

red 225 ◦ green 196 ◦ blue 146

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

Shades of New Orleans #E1C492

Tints of New Orleans #E1C492

RGB

 RED value IS 225 (88.28% from 255) = 39.68%

 GREEN value IS 196 (76.95% from 255) = 34.57%

 BLUE value IS 146 (57.42% from 255) = 25.75%

R = 39.68%
G = 34.57%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E1C492 (or 0xE1C492) is known color: New Orleans. HEX triplet: E1, C4 and 92. RGB value is (225,196,146). Sum of RGB (Red+Green+Blue) = 225+196+146=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C492 is #1E3B6D. Grayscale: #C7C7C7. Windows color (decimal): -1981294 or 9618657. OLE color: 9618657.

HSL color Cylindrical-coordinate representation of color #E1C492: hue angle of 37.97º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E1C492 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 196 146 -
CMYK 0 0.13 0.35 0.12
HSL 37.97º 0.57% 0.73% -
HSV(B) 37.97º 0.35% 0.88% -
XYZ 55.98 57.56 35.35 -
YUV 198.97 98.11 146.57 -
System Red Green Blue C M Y K H S L
Decimal 225 196 146 0 0.13 0.35 0.12 37.97 0.57 0.73
Hex E1 C4 92 0 D 23 C 26 39 49
Octal 341 304 222 0 15 43 14 46 71 111
Binary 11100001 11000100 10010010 0 1101 100011 1100 100110 111001 1001001

Color Harmonies of #E1C492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C492

Black with #E1C492

Text Example


Text Example

White with #E1C492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C492; }

 p { color: rgb(225,196,146); }

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

background-color css

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

 a { background-color: rgb(225,196,146); }

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

border-color css

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

 span { border-color: rgb(225,196,146); }

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