Html Css Color HEX #ECB557 Casablanca

📋 copy color: '#ECB557'

red 236 ◦ green 181 ◦ blue 87

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

Shades of Casablanca #ECB557

Tints of Casablanca #ECB557

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.91%

 BLUE value IS 87 (34.38% from 255) = 17.26%

R = 46.83%
G = 35.91%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ECB557 (or 0xECB557) is known color: Casablanca. HEX triplet: EC, B5 and 57. RGB value is (236,181,87). Sum of RGB (Red+Green+Blue) = 236+181+87=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 87 (34.38% from 255 or 17.26% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB557 is #134AA8. Grayscale: #BBBBBB. Windows color (decimal): -1264297 or 5748204. OLE color: 5748204.

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

Color convert

RGB 236 181 87 -
CMYK 0 0.23 0.63 0.07
HSL 37.85º 0.8% 0.63% -
HSV(B) 37.85º 0.63% 0.93% -
XYZ 52.84 51.57 16.19 -
YUV 186.73 71.72 163.14 -
System Red Green Blue C M Y K H S L
Decimal 236 181 87 0 0.23 0.63 0.07 37.85 0.8 0.63
Hex EC B5 57 0 17 3F 7 26 50 3F
Octal 354 265 127 0 27 77 7 46 120 77
Binary 11101100 10110101 1010111 0 10111 111111 111 100110 1010000 111111

Color Harmonies of #ECB557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB557

Black with #ECB557

Text Example


Text Example

White with #ECB557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB557; }

 p { color: rgb(236,181,87); }

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

background-color css

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

 a { background-color: rgb(236,181,87); }

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

border-color css

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

 span { border-color: rgb(236,181,87); }

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