Html Css Color HEX #ECAE54 Casablanca

📋 copy color: '#ECAE54'

red 236 ◦ green 174 ◦ blue 84

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

Shades of Casablanca #ECAE54

Tints of Casablanca #ECAE54

RGB

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

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

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

R = 47.77%
G = 35.22%
B = 17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECAE54 (or 0xECAE54) is known color: Casablanca. HEX triplet: EC, AE and 54. RGB value is (236,174,84). Sum of RGB (Red+Green+Blue) = 236+174+84=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 84 (33.20% from 255 or 17.00% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAE54 is #1351AB. Grayscale: #B6B6B6. Windows color (decimal): -1266092 or 5549804. OLE color: 5549804.

HSL color Cylindrical-coordinate representation of color #ECAE54: hue angle of 35.53º 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 #ECAE54 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 174 84 -
CMYK 0 0.26 0.64 0.07
HSL 35.53º 0.8% 0.63% -
HSV(B) 35.53º 0.64% 0.93% -
XYZ 51.33 48.75 15.09 -
YUV 182.28 72.54 166.32 -
System Red Green Blue C M Y K H S L
Decimal 236 174 84 0 0.26 0.64 0.07 35.53 0.8 0.63
Hex EC AE 54 0 1A 40 7 24 50 3F
Octal 354 256 124 0 32 100 7 44 120 77
Binary 11101100 10101110 1010100 0 11010 1000000 111 100100 1010000 111111

Color Harmonies of #ECAE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAE54

Black with #ECAE54

Text Example


Text Example

White with #ECAE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAE54; }

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

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

background-color css

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

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

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

border-color css

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

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

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