#ECAE4B

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

Shades of Casablanca #ECAE4B

Tints of Casablanca #ECAE4B

Color information

#ECAE4B (or 0xECAE4B) is unknown color: approx Casablanca. HEX triplet: EC, AE and 4B. RGB value is (236,174,75). Sum of RGB (Red+Green+Blue) = 236+174+75=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 75 (29.69% from 255 or 15.46% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAE4B is #1351B4. Grayscale: #B5B5B5. Windows color (decimal): -1266101 or 4959980. OLE color: 4959980.

HSL color Cylindrical-coordinate representation of color #ECAE4B: hue angle of 36.89º 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 #ECAE4B is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB23617475-
CMYK00.260.680.07
HSL36.89º80.9%60.98%-
HSV(B)36.89º68.22%92.55%-
XYZ5148.6113.35-
YUV181.2568.04167.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.66%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 75 (29.69% from 255) = 15.46%
R=48.66%
G=35.88%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361747500.260.680.0736.8980.960.98
HexECAE4B01A44725513d
Octal35425611303210474512175
Binary1110110010101110100101101101010001001111001011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAE4B; }

 p { color: rgb(236,174,75); }

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

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

 a { background-color: rgb(236,174,75); }

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

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

 span { border-color: rgb(236,174,75); }

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