Html Css Color HEX #ECA858 Casablanca

📋 copy color: '#ECA858'

red 236 ◦ green 168 ◦ blue 88

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

Shades of Casablanca #ECA858

Tints of Casablanca #ECA858

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.15%

 BLUE value IS 88 (34.77% from 255) = 17.89%

R = 47.97%
G = 34.15%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ECA858 (or 0xECA858) is known color: Casablanca. HEX triplet: EC, A8 and 58. RGB value is (236,168,88). Sum of RGB (Red+Green+Blue) = 236+168+88=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 88 (34.77% from 255 or 17.89% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA858 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA858 is #1357A7. Grayscale: #B3B3B3. Windows color (decimal): -1267624 or 5810412. OLE color: 5810412.

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

Color convert

RGB 236 168 88 -
CMYK 0 0.29 0.63 0.07
HSL 32.43º 0.8% 0.64% -
HSV(B) 32.43º 0.63% 0.93% -
XYZ 50.36 46.54 15.56 -
YUV 179.21 76.53 168.5 -
System Red Green Blue C M Y K H S L
Decimal 236 168 88 0 0.29 0.63 0.07 32.43 0.8 0.64
Hex EC A8 58 0 1D 3F 7 20 50 40
Octal 354 250 130 0 35 77 7 40 120 100
Binary 11101100 10101000 1011000 0 11101 111111 111 100000 1010000 1000000

Color Harmonies of #ECA858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA858

Black with #ECA858

Text Example


Text Example

White with #ECA858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA858; }

 p { color: rgb(236,168,88); }

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

background-color css

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

 a { background-color: rgb(236,168,88); }

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

border-color css

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

 span { border-color: rgb(236,168,88); }

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