#ecc38b

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

Shades of New Orleans #ECC38B

Tints of New Orleans #ECC38B

Color information

#ECC38B (or 0xECC38B) is unknown color: approx New Orleans. HEX triplet: EC, C3 and 8B. RGB value is (236,195,139). Sum of RGB (Red+Green+Blue) = 236+195+139=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 139 (54.69% from 255 or 24.39% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC38B is #133C74. Grayscale: #C9C9C9. Windows color (decimal): -1260661 or 9159660. OLE color: 9159660.

HSL color Cylindrical-coordinate representation of color #ECC38B: hue angle of 34.64º degrees, saturation: 0.72, 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 #ECC38B is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB236195139-
CMYK00.170.410.07
HSL34.64º71.85%73.53%-
HSV(B)34.64º41.1%92.55%-
XYZ58.7758.7332.66-
YUV200.8893.08153.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.40%
GREEN value IS 195 (76.56% from 255) = 34.21%
BLUE value IS 139 (54.69% from 255) = 24.39%
R=41.40%
G=34.21%
B=24.39%

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
Decimal23619513900.170.410.0734.6471.8573.53
HexECC38B01129723484a
Octal35430321302151743110112
Binary11101100110000111000101101000110100111110001110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecc38b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecc38b; }

 p { color: rgb(236,195,139); }

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

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

 a { background-color: rgb(236,195,139); }

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

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

 span { border-color: rgb(236,195,139); }

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