Html Css Color HEX #ECAB49 Casablanca

📋 copy color: '#ECAB49'

red 236 ◦ green 171 ◦ blue 73

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

Shades of Casablanca #ECAB49

Tints of Casablanca #ECAB49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.21%

R = 49.17%
G = 35.63%
B = 15.21%

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

#ECAB49 (or 0xECAB49) is known color: Casablanca. HEX triplet: EC, AB and 49. RGB value is (236,171,73). Sum of RGB (Red+Green+Blue) = 236+171+73=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 73 (28.91% from 255 or 15.21% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB49 is #1354B6. Grayscale: #B3B3B3. Windows color (decimal): -1266871 or 4828140. OLE color: 4828140.

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

Color convert

RGB 236 171 73 -
CMYK 0 0.28 0.69 0.07
HSL 36.07º 0.81% 0.61% -
HSV(B) 36.07º 0.69% 0.93% -
XYZ 50.36 47.44 12.81 -
YUV 179.26 68.03 168.47 -
System Red Green Blue C M Y K H S L
Decimal 236 171 73 0 0.28 0.69 0.07 36.07 0.81 0.61
Hex EC AB 49 0 1C 45 7 24 51 3D
Octal 354 253 111 0 34 105 7 44 121 75
Binary 11101100 10101011 1001001 0 11100 1000101 111 100100 1010001 111101

Color Harmonies of #ECAB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB49

Black with #ECAB49

Text Example


Text Example

White with #ECAB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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