Html Css Color HEX #ECAB4A Casablanca

📋 copy color: '#ECAB4A'

red 236 ◦ green 171 ◦ blue 74

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

Shades of Casablanca #ECAB4A

Tints of Casablanca #ECAB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.38%

R = 49.06%
G = 35.55%
B = 15.38%

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

#ECAB4A (or 0xECAB4A) is known color: Casablanca. HEX triplet: EC, AB and 4A. RGB value is (236,171,74). Sum of RGB (Red+Green+Blue) = 236+171+74=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB4A is #1354B5. Grayscale: #B3B3B3. Windows color (decimal): -1266870 or 4893676. OLE color: 4893676.

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

Color convert

RGB 236 171 74 -
CMYK 0 0.28 0.69 0.07
HSL 35.93º 0.81% 0.61% -
HSV(B) 35.93º 0.69% 0.93% -
XYZ 50.39 47.45 12.98 -
YUV 179.38 68.53 168.39 -
System Red Green Blue C M Y K H S L
Decimal 236 171 74 0 0.28 0.69 0.07 35.93 0.81 0.61
Hex EC AB 4A 0 1C 45 7 24 51 3D
Octal 354 253 112 0 34 105 7 44 121 75
Binary 11101100 10101011 1001010 0 11100 1000101 111 100100 1010001 111101

Color Harmonies of #ECAB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB4A

Black with #ECAB4A

Text Example


Text Example

White with #ECAB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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