Html Css Color HEX #ECAE5A Casablanca

📋 copy color: '#ECAE5A'

red 236 ◦ green 174 ◦ blue 90

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

Shades of Casablanca #ECAE5A

Tints of Casablanca #ECAE5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18%

R = 47.2%
G = 34.8%
B = 18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ECAE5A (or 0xECAE5A) is known color: Casablanca. HEX triplet: EC, AE and 5A. RGB value is (236,174,90). Sum of RGB (Red+Green+Blue) = 236+174+90=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 90 (35.55% from 255 or 18% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAE5A is #1351A5. Grayscale: #B7B7B7. Windows color (decimal): -1266086 or 5943020. OLE color: 5943020.

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

Color convert

RGB 236 174 90 -
CMYK 0 0.26 0.62 0.07
HSL 34.52º 0.79% 0.64% -
HSV(B) 34.52º 0.62% 0.93% -
XYZ 51.57 48.84 16.38 -
YUV 182.96 75.54 165.83 -
System Red Green Blue C M Y K H S L
Decimal 236 174 90 0 0.26 0.62 0.07 34.52 0.79 0.64
Hex EC AE 5A 0 1A 3E 7 23 4F 40
Octal 354 256 132 0 32 76 7 43 117 100
Binary 11101100 10101110 1011010 0 11010 111110 111 100011 1001111 1000000

Color Harmonies of #ECAE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAE5A

Black with #ECAE5A

Text Example


Text Example

White with #ECAE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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