Html Css Color HEX #ECA856 Casablanca

📋 copy color: '#ECA856'

red 236 ◦ green 168 ◦ blue 86

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

Shades of Casablanca #ECA856

Tints of Casablanca #ECA856

RGB

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

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

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

R = 48.16%
G = 34.29%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECA856 (or 0xECA856) is known color: Casablanca. HEX triplet: EC, A8 and 56. RGB value is (236,168,86). Sum of RGB (Red+Green+Blue) = 236+168+86=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 86 (33.98% from 255 or 17.55% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA856 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA856 is #1357A9. Grayscale: #B3B3B3. Windows color (decimal): -1267626 or 5679340. OLE color: 5679340.

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

Color convert

RGB 236 168 86 -
CMYK 0 0.29 0.64 0.07
HSL 32.8º 0.8% 0.63% -
HSV(B) 32.8º 0.64% 0.93% -
XYZ 50.27 46.51 15.13 -
YUV 178.98 75.53 168.67 -
System Red Green Blue C M Y K H S L
Decimal 236 168 86 0 0.29 0.64 0.07 32.8 0.8 0.63
Hex EC A8 56 0 1D 40 7 21 50 3F
Octal 354 250 126 0 35 100 7 41 120 77
Binary 11101100 10101000 1010110 0 11101 1000000 111 100001 1010000 111111

Color Harmonies of #ECA856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA856

Black with #ECA856

Text Example


Text Example

White with #ECA856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA856; }

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

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

background-color css

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

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

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

border-color css

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

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

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