Html Css Color HEX #ECAE47 Casablanca

📋 copy color: '#ECAE47'

red 236 ◦ green 174 ◦ blue 71

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

Shades of Casablanca #ECAE47

Tints of Casablanca #ECAE47

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.17%

 BLUE value IS 71 (28.13% from 255) = 14.76%

R = 49.06%
G = 36.17%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ECAE47 (or 0xECAE47) is known color: Casablanca. HEX triplet: EC, AE and 47. RGB value is (236,174,71). Sum of RGB (Red+Green+Blue) = 236+174+71=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 71 (28.12% from 255 or 14.76% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAE47 is #1351B8. Grayscale: #B5B5B5. Windows color (decimal): -1266105 or 4697836. OLE color: 4697836.

HSL color Cylindrical-coordinate representation of color #ECAE47: hue angle of 37.45º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECAE47 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 174 71 -
CMYK 0 0.26 0.70 0.07
HSL 37.45º 0.81% 0.6% -
HSV(B) 37.45º 0.7% 0.93% -
XYZ 50.87 48.56 12.65 -
YUV 180.8 66.04 167.38 -
System Red Green Blue C M Y K H S L
Decimal 236 174 71 0 0.26 0.70 0.07 37.45 0.81 0.6
Hex EC AE 47 0 1A 46 7 25 51 3C
Octal 354 256 107 0 32 106 7 45 121 74
Binary 11101100 10101110 1000111 0 11010 1000110 111 100101 1010001 111100

Color Harmonies of #ECAE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAE47

Black with #ECAE47

Text Example


Text Example

White with #ECAE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAE47; }

 p { color: rgb(236,174,71); }

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

background-color css

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

 a { background-color: rgb(236,174,71); }

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

border-color css

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

 span { border-color: rgb(236,174,71); }

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