Html Css Color HEX #ECAC55 Casablanca

📋 copy color: '#ECAC55'

red 236 ◦ green 172 ◦ blue 85

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

Shades of Casablanca #ECAC55

Tints of Casablanca #ECAC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.24%

R = 47.87%
G = 34.89%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECAC55 (or 0xECAC55) is known color: Casablanca. HEX triplet: EC, AC and 55. RGB value is (236,172,85). Sum of RGB (Red+Green+Blue) = 236+172+85=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAC55 is #1353AA. Grayscale: #B5B5B5. Windows color (decimal): -1266603 or 5614828. OLE color: 5614828.

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

Color convert

RGB 236 172 85 -
CMYK 0 0.27 0.64 0.07
HSL 34.57º 0.8% 0.63% -
HSV(B) 34.57º 0.64% 0.93% -
XYZ 50.98 47.99 15.17 -
YUV 181.22 73.7 167.07 -
System Red Green Blue C M Y K H S L
Decimal 236 172 85 0 0.27 0.64 0.07 34.57 0.8 0.63
Hex EC AC 55 0 1B 40 7 23 50 3F
Octal 354 254 125 0 33 100 7 43 120 77
Binary 11101100 10101100 1010101 0 11011 1000000 111 100011 1010000 111111

Color Harmonies of #ECAC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC55

Black with #ECAC55

Text Example


Text Example

White with #ECAC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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