Html Css Color HEX #ECB157 Casablanca

📋 copy color: '#ECB157'

red 236 ◦ green 177 ◦ blue 87

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

Shades of Casablanca #ECB157

Tints of Casablanca #ECB157

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.4%

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

R = 47.2%
G = 35.4%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ECB157 (or 0xECB157) is known color: Casablanca. HEX triplet: EC, B1 and 57. RGB value is (236,177,87). Sum of RGB (Red+Green+Blue) = 236+177+87=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 87 (34.38% from 255 or 17.4% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB157 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB157 is #134EA8. Grayscale: #B8B8B8. Windows color (decimal): -1265321 or 5747180. OLE color: 5747180.

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

Color convert

RGB 236 177 87 -
CMYK 0 0.25 0.63 0.07
HSL 36.24º 0.8% 0.63% -
HSV(B) 36.24º 0.63% 0.93% -
XYZ 52.03 49.97 15.92 -
YUV 184.38 73.05 164.82 -
System Red Green Blue C M Y K H S L
Decimal 236 177 87 0 0.25 0.63 0.07 36.24 0.8 0.63
Hex EC B1 57 0 19 3F 7 24 50 3F
Octal 354 261 127 0 31 77 7 44 120 77
Binary 11101100 10110001 1010111 0 11001 111111 111 100100 1010000 111111

Color Harmonies of #ECB157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB157

Black with #ECB157

Text Example


Text Example

White with #ECB157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB157; }

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

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

background-color css

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

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

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

border-color css

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

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

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