Html Css Color HEX #ECAA51 Casablanca

📋 copy color: '#ECAA51'

red 236 ◦ green 170 ◦ blue 81

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

Shades of Casablanca #ECAA51

Tints of Casablanca #ECAA51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.63%

R = 48.46%
G = 34.91%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECAA51 (or 0xECAA51) is known color: Casablanca. HEX triplet: EC, AA and 51. RGB value is (236,170,81). Sum of RGB (Red+Green+Blue) = 236+170+81=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 81 (32.03% from 255 or 16.63% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAA51 is #1355AE. Grayscale: #B4B4B4. Windows color (decimal): -1267119 or 5352172. OLE color: 5352172.

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

Color convert

RGB 236 170 81 -
CMYK 0 0.28 0.66 0.07
HSL 34.45º 0.8% 0.62% -
HSV(B) 34.45º 0.66% 0.93% -
XYZ 50.45 47.18 14.23 -
YUV 179.59 72.37 168.24 -
System Red Green Blue C M Y K H S L
Decimal 236 170 81 0 0.28 0.66 0.07 34.45 0.8 0.62
Hex EC AA 51 0 1C 42 7 22 50 3E
Octal 354 252 121 0 34 102 7 42 120 76
Binary 11101100 10101010 1010001 0 11100 1000010 111 100010 1010000 111110

Color Harmonies of #ECAA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA51

Black with #ECAA51

Text Example


Text Example

White with #ECAA51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA51; }

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

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

background-color css

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

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

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

border-color css

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

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

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