#EEC58D

Color #EEC58D New Orleans (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Orleans #EEC58D

Tints of New Orleans #EEC58D

Color information

#EEC58D (or 0xEEC58D) is unknown color: approx New Orleans. HEX triplet: EE, C5 and 8D. RGB value is (238,197,141). Sum of RGB (Red+Green+Blue) = 238+197+141=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC58D is #113A72. Grayscale: #CBCBCB. Windows color (decimal): -1129075 or 9291246. OLE color: 9291246.

HSL color Cylindrical-coordinate representation of color #EEC58D: hue angle of 34.64º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEC58D is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB238197141-
CMYK00.170.410.07
HSL34.64º74.05%74.31%-
HSV(B)34.64º40.76%93.33%-
XYZ60.0360.0333.62-
YUV202.8893.08153.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.32%
GREEN value IS 197 (77.34% from 255) = 34.20%
BLUE value IS 141 (55.47% from 255) = 24.48%
R=41.32%
G=34.20%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819714100.170.410.0734.6474.0574.31
HexEEC58D011297234a4a
Octal35630521502151743112112
Binary11101110110001011000110101000110100111110001110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC58D; }

 p { color: rgb(238,197,141); }

 H1.HeaderClassName
 {
   color: #EEC58D;
 }
 .AnyTagClassName
 {
   color: #EEC58D;
 }
</style>
background-color css

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

 a { background-color: rgb(238,197,141); }

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

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

 span { border-color: rgb(238,197,141); }

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