Html Css Color HEX #ECAF53 Casablanca

📋 copy color: '#ECAF53'

red 236 ◦ green 175 ◦ blue 83

#ECAF53
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casablanca #ECAF53

Tints of Casablanca #ECAF53

RGB

 RED value IS 236 (92.58% from 255) = 47.77%

 GREEN value IS 175 (68.75% from 255) = 35.43%

 BLUE value IS 83 (32.81% from 255) = 16.8%

R = 47.77%
G = 35.43%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECAF53 (or 0xECAF53) is known color: Casablanca. HEX triplet: EC, AF and 53. RGB value is (236,175,83). Sum of RGB (Red+Green+Blue) = 236+175+83=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 83 (32.81% from 255 or 16.80% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF53 is #1350AC. Grayscale: #B7B7B7. Windows color (decimal): -1265837 or 5484524. OLE color: 5484524.

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

Color convert

RGB 236 175 83 -
CMYK 0 0.26 0.65 0.07
HSL 36.08º 0.8% 0.63% -
HSV(B) 36.08º 0.65% 0.93% -
XYZ 51.48 49.12 14.95 -
YUV 182.75 71.71 165.98 -
System Red Green Blue C M Y K H S L
Decimal 236 175 83 0 0.26 0.65 0.07 36.08 0.8 0.63
Hex EC AF 53 0 1A 41 7 24 50 3F
Octal 354 257 123 0 32 101 7 44 120 77
Binary 11101100 10101111 1010011 0 11010 1000001 111 100100 1010000 111111

Color Harmonies of #ECAF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF53

Black with #ECAF53

Text Example


Text Example

White with #ECAF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF53; }

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

 H1.HeaderClassName
 {
   color: #ECAF53;
 }
 .AnyTagClassName
 {
   color: #ECAF53;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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