#EDAD51

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

Shades of Casablanca #EDAD51

Tints of Casablanca #EDAD51

Color information

#EDAD51 (or 0xEDAD51) is unknown color: approx Casablanca. HEX triplet: ED, AD and 51. RGB value is (237,173,81). Sum of RGB (Red+Green+Blue) = 237+173+81=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 81 (32.03% from 255 or 16.50% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD51 is #1252AE. Grayscale: #B6B6B6. Windows color (decimal): -1200815 or 5352941. OLE color: 5352941.

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

Color convert

RGB23717381-
CMYK00.270.660.07
HSL35.38º81.25%62.35%-
HSV(B)35.38º65.82%92.94%-
XYZ51.3548.4914.44-
YUV181.6571.2167.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.27%
GREEN value IS 173 (67.97% from 255) = 35.23%
BLUE value IS 81 (32.03% from 255) = 16.50%
R=48.27%
G=35.23%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371738100.270.660.0735.3881.2562.35
HexEDAD5101B42723513e
Octal35525512103310274312176
Binary1110110110101101101000101101110000101111000111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAD51; }

 p { color: rgb(237,173,81); }

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

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

 a { background-color: rgb(237,173,81); }

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

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

 span { border-color: rgb(237,173,81); }

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