#EDB352

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

Shades of Casablanca #EDB352

Tints of Casablanca #EDB352

Color information

#EDB352 (or 0xEDB352) is unknown color: approx Casablanca. HEX triplet: ED, B3 and 52. RGB value is (237,179,82). Sum of RGB (Red+Green+Blue) = 237+179+82=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB352 is #124CAD. Grayscale: #B9B9B9. Windows color (decimal): -1199278 or 5420013. OLE color: 5420013.

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

Color convert

RGB23717982-
CMYK00.240.650.07
HSL37.55º81.15%62.55%-
HSV(B)37.55º65.4%92.94%-
XYZ52.5750.8515.03-
YUV185.2869.72164.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.59%
GREEN value IS 179 (70.31% from 255) = 35.94%
BLUE value IS 82 (32.42% from 255) = 16.47%
R=47.59%
G=35.94%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371798200.240.650.0737.5581.1562.55
HexEDB35201841726513f
Octal35526312203010174612177
Binary1110110110110011101001001100010000011111001101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB352; }

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

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

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

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

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

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

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

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