#EDB258

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

Shades of Casablanca #EDB258

Tints of Casablanca #EDB258

Color information

#EDB258 (or 0xEDB258) is unknown color: approx Casablanca. HEX triplet: ED, B2 and 58. RGB value is (237,178,88). Sum of RGB (Red+Green+Blue) = 237+178+88=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 88 (34.77% from 255 or 17.50% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB258 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB258 is #124DA7. Grayscale: #B9B9B9. Windows color (decimal): -1199528 or 5812973. OLE color: 5812973.

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

Color convert

RGB23717888-
CMYK00.250.630.07
HSL36.24º80.54%63.73%-
HSV(B)36.24º62.87%92.94%-
XYZ52.6150.5516.22-
YUV185.3873.05164.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.12%
GREEN value IS 178 (69.92% from 255) = 35.39%
BLUE value IS 88 (34.77% from 255) = 17.50%
R=47.12%
G=35.39%
B=17.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371788800.250.630.0736.2480.5463.73
HexEDB2580193F7245140
Octal35526213003177744121100
Binary1110110110110010101100001100111111111110010010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB258; }

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

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

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

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

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

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

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

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