#ECB04C

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

Shades of Casablanca #ECB04C

Tints of Casablanca #ECB04C

Color information

#ECB04C (or 0xECB04C) is unknown color: approx Casablanca. HEX triplet: EC, B0 and 4C. RGB value is (236,176,76). Sum of RGB (Red+Green+Blue) = 236+176+76=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 76 (30.08% from 255 or 15.57% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB04C is #134FB3. Grayscale: #B7B7B7. Windows color (decimal): -1265588 or 5026028. OLE color: 5026028.

HSL color Cylindrical-coordinate representation of color #ECB04C: hue angle of 37.5º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECB04C is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB23617676-
CMYK00.250.680.07
HSL37.5º80.81%61.18%-
HSV(B)37.5º67.8%92.55%-
XYZ51.4249.4113.66-
YUV182.5467.88166.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.36%
GREEN value IS 176 (69.14% from 255) = 36.07%
BLUE value IS 76 (30.08% from 255) = 15.57%
R=48.36%
G=36.07%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361767600.250.680.0737.580.8161.18
HexECB04C01944726513d
Octal35426011403110474612175
Binary1110110010110000100110001100110001001111001101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB04C; }

 p { color: rgb(236,176,76); }

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

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

 a { background-color: rgb(236,176,76); }

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

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

 span { border-color: rgb(236,176,76); }

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