#EDB358

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

Shades of Casablanca #EDB358

Tints of Casablanca #EDB358

Color information

#EDB358 (or 0xEDB358) is unknown color: approx Casablanca. HEX triplet: ED, B3 and 58. RGB value is (237,179,88). Sum of RGB (Red+Green+Blue) = 237+179+88=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 88 (34.77% from 255 or 17.46% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB358 is #124CA7. Grayscale: #BABABA. Windows color (decimal): -1199272 or 5813229. OLE color: 5813229.

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

Color convert

RGB23717988-
CMYK00.240.630.07
HSL36.64º80.54%63.73%-
HSV(B)36.64º62.87%92.94%-
XYZ52.8150.9516.28-
YUV185.9772.72164.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.02%
GREEN value IS 179 (70.31% from 255) = 35.52%
BLUE value IS 88 (34.77% from 255) = 17.46%
R=47.02%
G=35.52%
B=17.46%

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
Decimal2371798800.240.630.0736.6480.5463.73
HexEDB3580183F7255140
Octal35526313003077745121100
Binary1110110110110011101100001100011111111110010110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB358; }

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

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

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

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

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

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

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

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