Html Css Color HEX #ECAE56 Casablanca

📋 copy color: '#ECAE56'

red 236 ◦ green 174 ◦ blue 86

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

Shades of Casablanca #ECAE56

Tints of Casablanca #ECAE56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.34%

R = 47.58%
G = 35.08%
B = 17.34%

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

#ECAE56 (or 0xECAE56) is known color: Casablanca. HEX triplet: EC, AE and 56. RGB value is (236,174,86). Sum of RGB (Red+Green+Blue) = 236+174+86=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 86 (33.98% from 255 or 17.34% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAE56 is #1351A9. Grayscale: #B6B6B6. Windows color (decimal): -1266090 or 5680876. OLE color: 5680876.

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

Color convert

RGB 236 174 86 -
CMYK 0 0.26 0.64 0.07
HSL 35.2º 0.8% 0.63% -
HSV(B) 35.2º 0.64% 0.93% -
XYZ 51.41 48.78 15.51 -
YUV 182.51 73.54 166.16 -
System Red Green Blue C M Y K H S L
Decimal 236 174 86 0 0.26 0.64 0.07 35.2 0.8 0.63
Hex EC AE 56 0 1A 40 7 23 50 3F
Octal 354 256 126 0 32 100 7 43 120 77
Binary 11101100 10101110 1010110 0 11010 1000000 111 100011 1010000 111111

Color Harmonies of #ECAE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAE56

Black with #ECAE56

Text Example


Text Example

White with #ECAE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAE56; }

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

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

background-color css

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

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

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

border-color css

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

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

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