Html Css Color HEX #ECB055 Casablanca

📋 copy color: '#ECB055'

red 236 ◦ green 176 ◦ blue 85

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

Shades of Casablanca #ECB055

Tints of Casablanca #ECB055

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.41%

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

R = 47.48%
G = 35.41%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECB055 (or 0xECB055) is known color: Casablanca. HEX triplet: EC, B0 and 55. RGB value is (236,176,85). Sum of RGB (Red+Green+Blue) = 236+176+85=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB055 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB055 is #134FAA. Grayscale: #B7B7B7. Windows color (decimal): -1265579 or 5615852. OLE color: 5615852.

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

Color convert

RGB 236 176 85 -
CMYK 0 0.25 0.64 0.07
HSL 36.16º 0.8% 0.63% -
HSV(B) 36.16º 0.64% 0.93% -
XYZ 51.76 49.54 15.43 -
YUV 183.57 72.38 165.4 -
System Red Green Blue C M Y K H S L
Decimal 236 176 85 0 0.25 0.64 0.07 36.16 0.8 0.63
Hex EC B0 55 0 19 40 7 24 50 3F
Octal 354 260 125 0 31 100 7 44 120 77
Binary 11101100 10110000 1010101 0 11001 1000000 111 100100 1010000 111111

Color Harmonies of #ECB055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB055

Black with #ECB055

Text Example


Text Example

White with #ECB055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB055; }

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

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

background-color css

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

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

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

border-color css

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

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

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