Html Css Color HEX #E0C492 New Orleans

📋 copy color: '#E0C492'

red 224 ◦ green 196 ◦ blue 146

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

Shades of New Orleans #E0C492

Tints of New Orleans #E0C492

RGB

 RED value IS 224 (87.89% from 255) = 39.58%

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

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

R = 39.58%
G = 34.63%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E0C492 (or 0xE0C492) is known color: New Orleans. HEX triplet: E0, C4 and 92. RGB value is (224,196,146). Sum of RGB (Red+Green+Blue) = 224+196+146=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C492 is #1F3B6D. Grayscale: #C6C6C6. Windows color (decimal): -2046830 or 9618656. OLE color: 9618656.

HSL color Cylindrical-coordinate representation of color #E0C492: hue angle of 38.46º degrees, saturation: 0.56, 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 #E0C492 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 196 146 -
CMYK 0 0.12 0.35 0.12
HSL 38.46º 0.56% 0.73% -
HSV(B) 38.46º 0.35% 0.88% -
XYZ 55.67 57.4 35.34 -
YUV 198.67 98.28 146.07 -
System Red Green Blue C M Y K H S L
Decimal 224 196 146 0 0.12 0.35 0.12 38.46 0.56 0.73
Hex E0 C4 92 0 C 23 C 26 38 49
Octal 340 304 222 0 14 43 14 46 70 111
Binary 11100000 11000100 10010010 0 1100 100011 1100 100110 111000 1001001

Color Harmonies of #E0C492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C492

Black with #E0C492

Text Example


Text Example

White with #E0C492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C492; }

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

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

background-color css

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

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

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

border-color css

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

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

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