Html Css Color HEX #ECB457 Casablanca

📋 copy color: '#ECB457'

red 236 ◦ green 180 ◦ blue 87

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

Shades of Casablanca #ECB457

Tints of Casablanca #ECB457

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.79%

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

R = 46.92%
G = 35.79%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ECB457 (or 0xECB457) is known color: Casablanca. HEX triplet: EC, B4 and 57. RGB value is (236,180,87). Sum of RGB (Red+Green+Blue) = 236+180+87=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 87 (34.38% from 255 or 17.30% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB457 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB457 is #134BA8. Grayscale: #BABABA. Windows color (decimal): -1264553 or 5747948. OLE color: 5747948.

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

Color convert

RGB 236 180 87 -
CMYK 0 0.24 0.63 0.07
HSL 37.45º 0.8% 0.63% -
HSV(B) 37.45º 0.63% 0.93% -
XYZ 52.63 51.16 16.12 -
YUV 186.14 72.05 163.56 -
System Red Green Blue C M Y K H S L
Decimal 236 180 87 0 0.24 0.63 0.07 37.45 0.8 0.63
Hex EC B4 57 0 18 3F 7 25 50 3F
Octal 354 264 127 0 30 77 7 45 120 77
Binary 11101100 10110100 1010111 0 11000 111111 111 100101 1010000 111111

Color Harmonies of #ECB457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB457

Black with #ECB457

Text Example


Text Example

White with #ECB457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB457; }

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

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

background-color css

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

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

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

border-color css

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

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

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