Html Css Color HEX #ECAC48 Casablanca

📋 copy color: '#ECAC48'

red 236 ◦ green 172 ◦ blue 72

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

Shades of Casablanca #ECAC48

Tints of Casablanca #ECAC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15%

R = 49.17%
G = 35.83%
B = 15%

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

#ECAC48 (or 0xECAC48) is known color: Casablanca. HEX triplet: EC, AC and 48. RGB value is (236,172,72). Sum of RGB (Red+Green+Blue) = 236+172+72=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 72 (28.52% from 255 or 15% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAC48 is #1353B7. Grayscale: #B4B4B4. Windows color (decimal): -1266616 or 4762860. OLE color: 4762860.

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

Color convert

RGB 236 172 72 -
CMYK 0 0.27 0.69 0.07
HSL 36.59º 0.81% 0.6% -
HSV(B) 36.59º 0.69% 0.93% -
XYZ 50.51 47.81 12.7 -
YUV 179.74 67.2 168.13 -
System Red Green Blue C M Y K H S L
Decimal 236 172 72 0 0.27 0.69 0.07 36.59 0.81 0.6
Hex EC AC 48 0 1B 45 7 25 51 3C
Octal 354 254 110 0 33 105 7 45 121 74
Binary 11101100 10101100 1001000 0 11011 1000101 111 100101 1010001 111100

Color Harmonies of #ECAC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC48

Black with #ECAC48

Text Example


Text Example

White with #ECAC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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