Html Css Color HEX #ECAE55 Casablanca

📋 copy color: '#ECAE55'

red 236 ◦ green 174 ◦ blue 85

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

Shades of Casablanca #ECAE55

Tints of Casablanca #ECAE55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.17%

R = 47.68%
G = 35.15%
B = 17.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

#ECAE55 (or 0xECAE55) is known color: Casablanca. HEX triplet: EC, AE and 55. RGB value is (236,174,85). Sum of RGB (Red+Green+Blue) = 236+174+85=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAE55 is #1351AA. Grayscale: #B6B6B6. Windows color (decimal): -1266091 or 5615340. OLE color: 5615340.

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

Color convert

RGB 236 174 85 -
CMYK 0 0.26 0.64 0.07
HSL 35.36º 0.8% 0.63% -
HSV(B) 35.36º 0.64% 0.93% -
XYZ 51.37 48.76 15.3 -
YUV 182.39 73.04 166.24 -
System Red Green Blue C M Y K H S L
Decimal 236 174 85 0 0.26 0.64 0.07 35.36 0.8 0.63
Hex EC AE 55 0 1A 40 7 23 50 3F
Octal 354 256 125 0 32 100 7 43 120 77
Binary 11101100 10101110 1010101 0 11010 1000000 111 100011 1010000 111111

Color Harmonies of #ECAE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAE55

Black with #ECAE55

Text Example


Text Example

White with #ECAE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAE55; }

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

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

background-color css

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

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

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

border-color css

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

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

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