#EDAF50

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

Shades of Casablanca #EDAF50

Tints of Casablanca #EDAF50

Color information

#EDAF50 (or 0xEDAF50) is unknown color: approx Casablanca. HEX triplet: ED, AF and 50. RGB value is (237,175,80). Sum of RGB (Red+Green+Blue) = 237+175+80=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAF50 is #1250AF. Grayscale: #B7B7B7. Windows color (decimal): -1200304 or 5287917. OLE color: 5287917.

HSL color Cylindrical-coordinate representation of color #EDAF50: hue angle of 36.31º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDAF50 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB23717580-
CMYK00.260.660.07
HSL36.31º81.35%62.16%-
HSV(B)36.31º66.24%92.94%-
XYZ51.749.2414.37-
YUV182.7170.04166.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.17%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 80 (31.64% from 255) = 16.26%
R=48.17%
G=35.57%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371758000.260.660.0736.3181.3562.16
HexEDAF5001A42724513e
Octal35525712003210274412176
Binary1110110110101111101000001101010000101111001001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAF50; }

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

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

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

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

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

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

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

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