Html Css Color HEX #ECAD54 Casablanca

📋 copy color: '#ECAD54'

red 236 ◦ green 173 ◦ blue 84

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

Shades of Casablanca #ECAD54

Tints of Casablanca #ECAD54

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.09%

 BLUE value IS 84 (33.2% from 255) = 17.04%

R = 47.87%
G = 35.09%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECAD54 (or 0xECAD54) is known color: Casablanca. HEX triplet: EC, AD and 54. RGB value is (236,173,84). Sum of RGB (Red+Green+Blue) = 236+173+84=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAD54 is #1352AB. Grayscale: #B6B6B6. Windows color (decimal): -1266348 or 5549548. OLE color: 5549548.

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

Color convert

RGB 236 173 84 -
CMYK 0 0.27 0.64 0.07
HSL 35.13º 0.8% 0.63% -
HSV(B) 35.13º 0.64% 0.93% -
XYZ 51.14 48.36 15.03 -
YUV 181.69 72.87 166.74 -
System Red Green Blue C M Y K H S L
Decimal 236 173 84 0 0.27 0.64 0.07 35.13 0.8 0.63
Hex EC AD 54 0 1B 40 7 23 50 3F
Octal 354 255 124 0 33 100 7 43 120 77
Binary 11101100 10101101 1010100 0 11011 1000000 111 100011 1010000 111111

Color Harmonies of #ECAD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAD54

Black with #ECAD54

Text Example


Text Example

White with #ECAD54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAD54; }

 p { color: rgb(236,173,84); }

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

background-color css

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

 a { background-color: rgb(236,173,84); }

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

border-color css

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

 span { border-color: rgb(236,173,84); }

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