Html Css Color HEX #ECAC56 Casablanca

📋 copy color: '#ECAC56'

red 236 ◦ green 172 ◦ blue 86

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

Shades of Casablanca #ECAC56

Tints of Casablanca #ECAC56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.41%

R = 47.77%
G = 34.82%
B = 17.41%

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

#ECAC56 (or 0xECAC56) is known color: Casablanca. HEX triplet: EC, AC and 56. RGB value is (236,172,86). Sum of RGB (Red+Green+Blue) = 236+172+86=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 86 (33.98% from 255 or 17.41% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAC56 is #1353A9. Grayscale: #B5B5B5. Windows color (decimal): -1266602 or 5680364. OLE color: 5680364.

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

Color convert

RGB 236 172 86 -
CMYK 0 0.27 0.64 0.07
HSL 34.4º 0.8% 0.63% -
HSV(B) 34.4º 0.64% 0.93% -
XYZ 51.02 48.01 15.38 -
YUV 181.33 74.2 166.99 -
System Red Green Blue C M Y K H S L
Decimal 236 172 86 0 0.27 0.64 0.07 34.4 0.8 0.63
Hex EC AC 56 0 1B 40 7 22 50 3F
Octal 354 254 126 0 33 100 7 42 120 77
Binary 11101100 10101100 1010110 0 11011 1000000 111 100010 1010000 111111

Color Harmonies of #ECAC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC56

Black with #ECAC56

Text Example


Text Example

White with #ECAC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC56; }

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

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

background-color css

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

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

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

border-color css

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

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

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