Html Css Color HEX #ECAB50 Casablanca

📋 copy color: '#ECAB50'

red 236 ◦ green 171 ◦ blue 80

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

Shades of Casablanca #ECAB50

Tints of Casablanca #ECAB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.43%

R = 48.46%
G = 35.11%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECAB50 (or 0xECAB50) is known color: Casablanca. HEX triplet: EC, AB and 50. RGB value is (236,171,80). Sum of RGB (Red+Green+Blue) = 236+171+80=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAB50 is #1354AF. Grayscale: #B4B4B4. Windows color (decimal): -1266864 or 5286892. OLE color: 5286892.

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

Color convert

RGB 236 171 80 -
CMYK 0 0.28 0.66 0.07
HSL 35º 0.8% 0.62% -
HSV(B) 35º 0.66% 0.93% -
XYZ 50.6 47.54 14.1 -
YUV 180.06 71.53 167.9 -
System Red Green Blue C M Y K H S L
Decimal 236 171 80 0 0.28 0.66 0.07 35 0.8 0.62
Hex EC AB 50 0 1C 42 7 23 50 3E
Octal 354 253 120 0 34 102 7 43 120 76
Binary 11101100 10101011 1010000 0 11100 1000010 111 100011 1010000 111110

Color Harmonies of #ECAB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB50

Black with #ECAB50

Text Example


Text Example

White with #ECAB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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