Html Css Color HEX #ECA855 Casablanca

📋 copy color: '#ECA855'

red 236 ◦ green 168 ◦ blue 85

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

Shades of Casablanca #ECA855

Tints of Casablanca #ECA855

RGB

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

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

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

R = 48.26%
G = 34.36%
B = 17.38%

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

#ECA855 (or 0xECA855) is known color: Casablanca. HEX triplet: EC, A8 and 55. RGB value is (236,168,85). Sum of RGB (Red+Green+Blue) = 236+168+85=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 85 (33.59% from 255 or 17.38% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA855 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA855 is #1357AA. Grayscale: #B3B3B3. Windows color (decimal): -1267627 or 5613804. OLE color: 5613804.

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

Color convert

RGB 236 168 85 -
CMYK 0 0.29 0.64 0.07
HSL 32.98º 0.8% 0.63% -
HSV(B) 32.98º 0.64% 0.93% -
XYZ 50.23 46.49 14.92 -
YUV 178.87 75.03 168.75 -
System Red Green Blue C M Y K H S L
Decimal 236 168 85 0 0.29 0.64 0.07 32.98 0.8 0.63
Hex EC A8 55 0 1D 40 7 21 50 3F
Octal 354 250 125 0 35 100 7 41 120 77
Binary 11101100 10101000 1010101 0 11101 1000000 111 100001 1010000 111111

Color Harmonies of #ECA855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA855

Black with #ECA855

Text Example


Text Example

White with #ECA855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA855; }

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

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

background-color css

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

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

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

border-color css

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

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

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