Html Css Color HEX #ECAC4C Casablanca

📋 copy color: '#ECAC4C'

red 236 ◦ green 172 ◦ blue 76

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

Shades of Casablanca #ECAC4C

Tints of Casablanca #ECAC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.7%

R = 48.76%
G = 35.54%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECAC4C (or 0xECAC4C) is known color: Casablanca. HEX triplet: EC, AC and 4C. RGB value is (236,172,76). Sum of RGB (Red+Green+Blue) = 236+172+76=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAC4C is #1353B3. Grayscale: #B4B4B4. Windows color (decimal): -1266612 or 5025004. OLE color: 5025004.

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

Color convert

RGB 236 172 76 -
CMYK 0 0.27 0.68 0.07
HSL 36º 0.81% 0.61% -
HSV(B) 36º 0.68% 0.93% -
XYZ 50.65 47.86 13.41 -
YUV 180.19 69.2 167.81 -
System Red Green Blue C M Y K H S L
Decimal 236 172 76 0 0.27 0.68 0.07 36 0.81 0.61
Hex EC AC 4C 0 1B 44 7 24 51 3D
Octal 354 254 114 0 33 104 7 44 121 75
Binary 11101100 10101100 1001100 0 11011 1000100 111 100100 1010001 111101

Color Harmonies of #ECAC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC4C

Black with #ECAC4C

Text Example


Text Example

White with #ECAC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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