#EDB252

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

Shades of Casablanca #EDB252

Tints of Casablanca #EDB252

Color information

#EDB252 (or 0xEDB252) is unknown color: approx Casablanca. HEX triplet: ED, B2 and 52. RGB value is (237,178,82). Sum of RGB (Red+Green+Blue) = 237+178+82=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB252 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB252 is #124DAD. Grayscale: #B9B9B9. Windows color (decimal): -1199534 or 5419757. OLE color: 5419757.

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

Color convert

RGB23717882-
CMYK00.250.650.07
HSL37.16º81.15%62.55%-
HSV(B)37.16º65.4%92.94%-
XYZ52.3750.4514.96-
YUV184.770.05165.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.69%
GREEN value IS 178 (69.92% from 255) = 35.81%
BLUE value IS 82 (32.42% from 255) = 16.50%
R=47.69%
G=35.81%
B=16.50%

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
Decimal2371788200.250.650.0737.1681.1562.55
HexEDB25201941725513f
Octal35526212203110174512177
Binary1110110110110010101001001100110000011111001011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB252; }

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

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

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

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

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

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

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

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