Html Css Color HEX #E1C290 New Orleans

📋 copy color: '#E1C290'

red 225 ◦ green 194 ◦ blue 144

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

Shades of New Orleans #E1C290

Tints of New Orleans #E1C290

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.46%

 BLUE value IS 144 (56.64% from 255) = 25.58%

R = 39.96%
G = 34.46%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1C290 (or 0xE1C290) is known color: New Orleans. HEX triplet: E1, C2 and 90. RGB value is (225,194,144). Sum of RGB (Red+Green+Blue) = 225+194+144=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C290 is #1E3D6F. Grayscale: #C5C5C5. Windows color (decimal): -1981808 or 9487073. OLE color: 9487073.

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

Color convert

RGB 225 194 144 -
CMYK 0 0.14 0.36 0.12
HSL 37.04º 0.57% 0.72% -
HSV(B) 37.04º 0.36% 0.88% -
XYZ 55.38 56.6 34.39 -
YUV 197.57 97.77 147.57 -
System Red Green Blue C M Y K H S L
Decimal 225 194 144 0 0.14 0.36 0.12 37.04 0.57 0.72
Hex E1 C2 90 0 E 24 C 25 39 48
Octal 341 302 220 0 16 44 14 45 71 110
Binary 11100001 11000010 10010000 0 1110 100100 1100 100101 111001 1001000

Color Harmonies of #E1C290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C290

Black with #E1C290

Text Example


Text Example

White with #E1C290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C290; }

 p { color: rgb(225,194,144); }

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

background-color css

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

 a { background-color: rgb(225,194,144); }

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

border-color css

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

 span { border-color: rgb(225,194,144); }

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