Html Css Color HEX #ECAC5A Casablanca

📋 copy color: '#ECAC5A'

red 236 ◦ green 172 ◦ blue 90

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

Shades of Casablanca #ECAC5A

Tints of Casablanca #ECAC5A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.54%

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

R = 47.39%
G = 34.54%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ECAC5A (or 0xECAC5A) is known color: Casablanca. HEX triplet: EC, AC and 5A. RGB value is (236,172,90). Sum of RGB (Red+Green+Blue) = 236+172+90=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAC5A is #1353A5. Grayscale: #B6B6B6. Windows color (decimal): -1266598 or 5942508. OLE color: 5942508.

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

Color convert

RGB 236 172 90 -
CMYK 0 0.27 0.62 0.07
HSL 33.7º 0.79% 0.64% -
HSV(B) 33.7º 0.62% 0.93% -
XYZ 51.19 48.08 16.25 -
YUV 181.79 76.2 166.67 -
System Red Green Blue C M Y K H S L
Decimal 236 172 90 0 0.27 0.62 0.07 33.7 0.79 0.64
Hex EC AC 5A 0 1B 3E 7 22 4F 40
Octal 354 254 132 0 33 76 7 42 117 100
Binary 11101100 10101100 1011010 0 11011 111110 111 100010 1001111 1000000

Color Harmonies of #ECAC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC5A

Black with #ECAC5A

Text Example


Text Example

White with #ECAC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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