Html Css Color HEX #ECAA52 Casablanca

📋 copy color: '#ECAA52'

red 236 ◦ green 170 ◦ blue 82

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

Shades of Casablanca #ECAA52

Tints of Casablanca #ECAA52

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.84%

 BLUE value IS 82 (32.42% from 255) = 16.8%

R = 48.36%
G = 34.84%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECAA52 (or 0xECAA52) is known color: Casablanca. HEX triplet: EC, AA and 52. RGB value is (236,170,82). Sum of RGB (Red+Green+Blue) = 236+170+82=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAA52 is #1355AD. Grayscale: #B4B4B4. Windows color (decimal): -1267118 or 5417708. OLE color: 5417708.

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

Color convert

RGB 236 170 82 -
CMYK 0 0.28 0.65 0.07
HSL 34.29º 0.8% 0.62% -
HSV(B) 34.29º 0.65% 0.93% -
XYZ 50.49 47.19 14.43 -
YUV 179.7 72.87 168.16 -
System Red Green Blue C M Y K H S L
Decimal 236 170 82 0 0.28 0.65 0.07 34.29 0.8 0.62
Hex EC AA 52 0 1C 41 7 22 50 3E
Octal 354 252 122 0 34 101 7 42 120 76
Binary 11101100 10101010 1010010 0 11100 1000001 111 100010 1010000 111110

Color Harmonies of #ECAA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA52

Black with #ECAA52

Text Example


Text Example

White with #ECAA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA52; }

 p { color: rgb(236,170,82); }

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

background-color css

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

 a { background-color: rgb(236,170,82); }

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

border-color css

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

 span { border-color: rgb(236,170,82); }

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