#EDAF53

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

Shades of Casablanca #EDAF53

Tints of Casablanca #EDAF53

Color information

#EDAF53 (or 0xEDAF53) is unknown color: approx Casablanca. HEX triplet: ED, AF and 53. RGB value is (237,175,83). Sum of RGB (Red+Green+Blue) = 237+175+83=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 83 (32.81% from 255 or 16.77% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAF53 is #1250AC. Grayscale: #B7B7B7. Windows color (decimal): -1200301 or 5484525. OLE color: 5484525.

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

Color convert

RGB23717583-
CMYK00.260.650.07
HSL35.84º81.05%62.75%-
HSV(B)35.84º64.98%92.94%-
XYZ51.8249.2914.97-
YUV183.0571.54166.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.88%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 83 (32.81% from 255) = 16.77%
R=47.88%
G=35.35%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371758300.260.650.0735.8481.0562.75
HexEDAF5301A41724513f
Octal35525712303210174412177
Binary1110110110101111101001101101010000011111001001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAF53; }

 p { color: rgb(237,175,83); }

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

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

 a { background-color: rgb(237,175,83); }

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

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

 span { border-color: rgb(237,175,83); }

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