#ECAF51

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

Shades of Casablanca #ECAF51

Tints of Casablanca #ECAF51

Color information

#ECAF51 (or 0xECAF51) is unknown color: approx Casablanca. HEX triplet: EC, AF and 51. RGB value is (236,175,81). Sum of RGB (Red+Green+Blue) = 236+175+81=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF51 is #1350AE. Grayscale: #B6B6B6. Windows color (decimal): -1265839 or 5353452. OLE color: 5353452.

HSL color Cylindrical-coordinate representation of color #ECAF51: hue angle of 36.39º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECAF51 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB23617581-
CMYK00.260.660.07
HSL36.39º80.31%62.16%-
HSV(B)36.39º65.68%92.55%-
XYZ51.4149.0914.55-
YUV182.5270.71166.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.97%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 81 (32.03% from 255) = 16.46%
R=47.97%
G=35.57%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361758100.260.660.0736.3980.3162.16
HexECAF5101A42724503e
Octal35425712103210274412076
Binary1110110010101111101000101101010000101111001001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAF51; }

 p { color: rgb(236,175,81); }

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

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

 a { background-color: rgb(236,175,81); }

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

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

 span { border-color: rgb(236,175,81); }

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