#EDB153

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

Shades of Casablanca #EDB153

Tints of Casablanca #EDB153

Color information

#EDB153 (or 0xEDB153) is unknown color: approx Casablanca. HEX triplet: ED, B1 and 53. RGB value is (237,177,83). Sum of RGB (Red+Green+Blue) = 237+177+83=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 83 (32.81% from 255 or 16.70% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB153 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB153 is #124EAC. Grayscale: #B8B8B8. Windows color (decimal): -1199789 or 5485037. OLE color: 5485037.

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

Color convert

RGB23717783-
CMYK00.250.650.07
HSL36.62º81.05%62.75%-
HSV(B)36.62º64.98%92.94%-
XYZ52.2150.0715.1-
YUV184.2270.88165.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.69%
GREEN value IS 177 (69.53% from 255) = 35.61%
BLUE value IS 83 (32.81% from 255) = 16.70%
R=47.69%
G=35.61%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371778300.250.650.0736.6281.0562.75
HexEDB15301941725513f
Octal35526112303110174512177
Binary1110110110110001101001101100110000011111001011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB153; }

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

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

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

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

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

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

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

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