Html Css Color HEX #E1C083 New Orleans

📋 copy color: '#E1C083'

red 225 ◦ green 192 ◦ blue 131

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

Shades of New Orleans #E1C083

Tints of New Orleans #E1C083

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.04%

 BLUE value IS 131 (51.56% from 255) = 23.91%

R = 41.06%
G = 35.04%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E1C083 (or 0xE1C083) is known color: New Orleans. HEX triplet: E1, C0 and 83. RGB value is (225,192,131). Sum of RGB (Red+Green+Blue) = 225+192+131=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 131 (51.56% from 255 or 23.91% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C083 is #1E3F7C. Grayscale: #C3C3C3. Windows color (decimal): -1982333 or 8634593. OLE color: 8634593.

HSL color Cylindrical-coordinate representation of color #E1C083: hue angle of 38.94º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E1C083 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 192 131 -
CMYK 0 0.15 0.42 0.12
HSL 38.94º 0.61% 0.7% -
HSV(B) 38.94º 0.42% 0.88% -
XYZ 54 55.35 29.31 -
YUV 194.91 91.93 149.46 -
System Red Green Blue C M Y K H S L
Decimal 225 192 131 0 0.15 0.42 0.12 38.94 0.61 0.7
Hex E1 C0 83 0 F 2A C 27 3D 46
Octal 341 300 203 0 17 52 14 47 75 106
Binary 11100001 11000000 10000011 0 1111 101010 1100 100111 111101 1000110

Color Harmonies of #E1C083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C083

Black with #E1C083

Text Example


Text Example

White with #E1C083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C083; }

 p { color: rgb(225,192,131); }

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

background-color css

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

 a { background-color: rgb(225,192,131); }

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

border-color css

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

 span { border-color: rgb(225,192,131); }

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