#EDB150

Color #EDB150 Casablanca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casablanca #EDB150

Tints of Casablanca #EDB150

Color information

#EDB150 (or 0xEDB150) is unknown color: approx Casablanca. HEX triplet: ED, B1 and 50. RGB value is (237,177,80). Sum of RGB (Red+Green+Blue) = 237+177+80=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB150 is #124EAF. Grayscale: #B8B8B8. Windows color (decimal): -1199792 or 5288429. OLE color: 5288429.

HSL color Cylindrical-coordinate representation of color #EDB150: hue angle of 37.07º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDB150 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB23717780-
CMYK00.250.660.07
HSL37.07º81.35%62.16%-
HSV(B)37.07º66.24%92.94%-
XYZ52.150.0314.5-
YUV183.8869.38165.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.98%
GREEN value IS 177 (69.53% from 255) = 35.83%
BLUE value IS 80 (31.64% from 255) = 16.19%
R=47.98%
G=35.83%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371778000.250.660.0737.0781.3562.16
HexEDB15001942725513e
Octal35526112003110274512176
Binary1110110110110001101000001100110000101111001011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB150; }

 p { color: rgb(237,177,80); }

 H1.HeaderClassName
 {
   color: #EDB150;
 }
 .AnyTagClassName
 {
   color: #EDB150;
 }
</style>
background-color css

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

 a { background-color: rgb(237,177,80); }

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

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

 span { border-color: rgb(237,177,80); }

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