Html Css Color HEX #ECAB48 Casablanca

📋 copy color: '#ECAB48'

red 236 ◦ green 171 ◦ blue 72

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

Shades of Casablanca #ECAB48

Tints of Casablanca #ECAB48

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.7%

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

R = 49.27%
G = 35.7%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECAB48 (or 0xECAB48) is known color: Casablanca. HEX triplet: EC, AB and 48. RGB value is (236,171,72). Sum of RGB (Red+Green+Blue) = 236+171+72=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 72 (28.52% from 255 or 15.03% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB48 is #1354B7. Grayscale: #B3B3B3. Windows color (decimal): -1266872 or 4762604. OLE color: 4762604.

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

Color convert

RGB 236 171 72 -
CMYK 0 0.28 0.69 0.07
HSL 36.22º 0.81% 0.6% -
HSV(B) 36.22º 0.69% 0.93% -
XYZ 50.32 47.43 12.63 -
YUV 179.15 67.53 168.55 -
System Red Green Blue C M Y K H S L
Decimal 236 171 72 0 0.28 0.69 0.07 36.22 0.81 0.6
Hex EC AB 48 0 1C 45 7 24 51 3C
Octal 354 253 110 0 34 105 7 44 121 74
Binary 11101100 10101011 1001000 0 11100 1000101 111 100100 1010001 111100

Color Harmonies of #ECAB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB48

Black with #ECAB48

Text Example


Text Example

White with #ECAB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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