Html Css Color HEX #ECAC49 Casablanca

📋 copy color: '#ECAC49'

red 236 ◦ green 172 ◦ blue 73

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

Shades of Casablanca #ECAC49

Tints of Casablanca #ECAC49

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.76%

 BLUE value IS 73 (28.91% from 255) = 15.18%

R = 49.06%
G = 35.76%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECAC49 (or 0xECAC49) is known color: Casablanca. HEX triplet: EC, AC and 49. RGB value is (236,172,73). Sum of RGB (Red+Green+Blue) = 236+172+73=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAC49 is #1353B6. Grayscale: #B4B4B4. Windows color (decimal): -1266615 or 4828396. OLE color: 4828396.

HSL color Cylindrical-coordinate representation of color #ECAC49: hue angle of 36.44º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECAC49 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 172 73 -
CMYK 0 0.27 0.69 0.07
HSL 36.44º 0.81% 0.61% -
HSV(B) 36.44º 0.69% 0.93% -
XYZ 50.55 47.82 12.87 -
YUV 179.85 67.7 168.05 -
System Red Green Blue C M Y K H S L
Decimal 236 172 73 0 0.27 0.69 0.07 36.44 0.81 0.61
Hex EC AC 49 0 1B 45 7 24 51 3D
Octal 354 254 111 0 33 105 7 44 121 75
Binary 11101100 10101100 1001001 0 11011 1000101 111 100100 1010001 111101

Color Harmonies of #ECAC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC49

Black with #ECAC49

Text Example


Text Example

White with #ECAC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC49; }

 p { color: rgb(236,172,73); }

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

background-color css

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

 a { background-color: rgb(236,172,73); }

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

border-color css

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

 span { border-color: rgb(236,172,73); }

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