Html Css Color HEX #E9C180 New Orleans

📋 copy color: '#E9C180'

red 233 ◦ green 193 ◦ blue 128

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

Shades of New Orleans #E9C180

Tints of New Orleans #E9C180

RGB

 RED value IS 233 (91.41% from 255) = 42.06%

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

 BLUE value IS 128 (50.39% from 255) = 23.1%

R = 42.06%
G = 34.84%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E9C180 (or 0xE9C180) is known color: New Orleans. HEX triplet: E9, C1 and 80. RGB value is (233,193,128). Sum of RGB (Red+Green+Blue) = 233+193+128=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C180 is #163E7F. Grayscale: #C5C5C5. Windows color (decimal): -1457792 or 8438249. OLE color: 8438249.

HSL color Cylindrical-coordinate representation of color #E9C180: hue angle of 37.14º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E9C180 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 193 128 -
CMYK 0 0.17 0.45 0.09
HSL 37.14º 0.7% 0.71% -
HSV(B) 37.14º 0.45% 0.91% -
XYZ 56.57 57.02 28.45 -
YUV 197.55 88.75 153.29 -
System Red Green Blue C M Y K H S L
Decimal 233 193 128 0 0.17 0.45 0.09 37.14 0.7 0.71
Hex E9 C1 80 0 11 2D 9 25 46 47
Octal 351 301 200 0 21 55 11 45 106 107
Binary 11101001 11000001 10000000 0 10001 101101 1001 100101 1000110 1000111

Color Harmonies of #E9C180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9C180

Black with #E9C180

Text Example


Text Example

White with #E9C180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9C180; }

 p { color: rgb(233,193,128); }

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

background-color css

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

 a { background-color: rgb(233,193,128); }

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

border-color css

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

 span { border-color: rgb(233,193,128); }

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