#EDB458

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

Shades of Casablanca #EDB458

Tints of Casablanca #EDB458

Color information

#EDB458 (or 0xEDB458) is unknown color: approx Casablanca. HEX triplet: ED, B4 and 58. RGB value is (237,180,88). Sum of RGB (Red+Green+Blue) = 237+180+88=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB458 is #124BA7. Grayscale: #BABABA. Windows color (decimal): -1199016 or 5813485. OLE color: 5813485.

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

Color convert

RGB23718088-
CMYK00.240.630.07
HSL37.05º80.54%63.73%-
HSV(B)37.05º62.87%92.94%-
XYZ53.0151.3516.35-
YUV186.5672.38163.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.93%
GREEN value IS 180 (70.70% from 255) = 35.64%
BLUE value IS 88 (34.77% from 255) = 17.43%
R=46.93%
G=35.64%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371808800.240.630.0737.0580.5463.73
HexEDB4580183F7255140
Octal35526413003077745121100
Binary1110110110110100101100001100011111111110010110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB458; }

 p { color: rgb(237,180,88); }

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

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

 a { background-color: rgb(237,180,88); }

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

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

 span { border-color: rgb(237,180,88); }

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