Html Css Color HEX #ECAB52 Casablanca

📋 copy color: '#ECAB52'

red 236 ◦ green 171 ◦ blue 82

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

Shades of Casablanca #ECAB52

Tints of Casablanca #ECAB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.77%

R = 48.26%
G = 34.97%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECAB52 (or 0xECAB52) is known color: Casablanca. HEX triplet: EC, AB and 52. RGB value is (236,171,82). Sum of RGB (Red+Green+Blue) = 236+171+82=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 82 (32.42% from 255 or 16.77% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAB52 is #1354AD. Grayscale: #B4B4B4. Windows color (decimal): -1266862 or 5417964. OLE color: 5417964.

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

Color convert

RGB 236 171 82 -
CMYK 0 0.28 0.65 0.07
HSL 34.68º 0.8% 0.62% -
HSV(B) 34.68º 0.65% 0.93% -
XYZ 50.68 47.57 14.49 -
YUV 180.29 72.53 167.74 -
System Red Green Blue C M Y K H S L
Decimal 236 171 82 0 0.28 0.65 0.07 34.68 0.8 0.62
Hex EC AB 52 0 1C 41 7 23 50 3E
Octal 354 253 122 0 34 101 7 43 120 76
Binary 11101100 10101011 1010010 0 11100 1000001 111 100011 1010000 111110

Color Harmonies of #ECAB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB52

Black with #ECAB52

Text Example


Text Example

White with #ECAB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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