Html Css Color HEX #ECAB4F Casablanca

📋 copy color: '#ECAB4F'

red 236 ◦ green 171 ◦ blue 79

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

Shades of Casablanca #ECAB4F

Tints of Casablanca #ECAB4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.26%

R = 48.56%
G = 35.19%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECAB4F (or 0xECAB4F) is known color: Casablanca. HEX triplet: EC, AB and 4F. RGB value is (236,171,79). Sum of RGB (Red+Green+Blue) = 236+171+79=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 79 (31.25% from 255 or 16.26% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAB4F is #1354B0. Grayscale: #B4B4B4. Windows color (decimal): -1266865 or 5221356. OLE color: 5221356.

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

Color convert

RGB 236 171 79 -
CMYK 0 0.28 0.67 0.07
HSL 35.16º 0.81% 0.62% -
HSV(B) 35.16º 0.67% 0.93% -
XYZ 50.57 47.52 13.9 -
YUV 179.95 71.03 167.98 -
System Red Green Blue C M Y K H S L
Decimal 236 171 79 0 0.28 0.67 0.07 35.16 0.81 0.62
Hex EC AB 4F 0 1C 43 7 23 51 3E
Octal 354 253 117 0 34 103 7 43 121 76
Binary 11101100 10101011 1001111 0 11100 1000011 111 100011 1010001 111110

Color Harmonies of #ECAB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB4F

Black with #ECAB4F

Text Example


Text Example

White with #ECAB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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