Html Css Color HEX #ECAA59 Casablanca

📋 copy color: '#ECAA59'

red 236 ◦ green 170 ◦ blue 89

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

Shades of Casablanca #ECAA59

Tints of Casablanca #ECAA59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 17.98%

R = 47.68%
G = 34.34%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ECAA59 (or 0xECAA59) is known color: Casablanca. HEX triplet: EC, AA and 59. RGB value is (236,170,89). Sum of RGB (Red+Green+Blue) = 236+170+89=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 89 (35.16% from 255 or 17.98% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAA59 is #1355A6. Grayscale: #B4B4B4. Windows color (decimal): -1267111 or 5876460. OLE color: 5876460.

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

Color convert

RGB 236 170 89 -
CMYK 0 0.28 0.62 0.07
HSL 33.06º 0.79% 0.64% -
HSV(B) 33.06º 0.62% 0.93% -
XYZ 50.77 47.3 15.91 -
YUV 180.5 76.37 167.59 -
System Red Green Blue C M Y K H S L
Decimal 236 170 89 0 0.28 0.62 0.07 33.06 0.79 0.64
Hex EC AA 59 0 1C 3E 7 21 4F 40
Octal 354 252 131 0 34 76 7 41 117 100
Binary 11101100 10101010 1011001 0 11100 111110 111 100001 1001111 1000000

Color Harmonies of #ECAA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA59

Black with #ECAA59

Text Example


Text Example

White with #ECAA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA59; }

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

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

background-color css

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

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

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

border-color css

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

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

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