#EDAD4E

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

Shades of Casablanca #EDAD4E

Tints of Casablanca #EDAD4E

Color information

#EDAD4E (or 0xEDAD4E) is unknown color: approx Casablanca. HEX triplet: ED, AD and 4E. RGB value is (237,173,78). Sum of RGB (Red+Green+Blue) = 237+173+78=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 78 (30.86% from 255 or 15.98% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD4E is #1252B1. Grayscale: #B5B5B5. Windows color (decimal): -1200818 or 5156333. OLE color: 5156333.

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

Color convert

RGB23717378-
CMYK00.270.670.07
HSL35.85º81.54%61.76%-
HSV(B)35.85º67.09%92.94%-
XYZ51.2448.4413.86-
YUV181.3169.7167.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.57%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 78 (30.86% from 255) = 15.98%
R=48.57%
G=35.45%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371737800.270.670.0735.8581.5461.76
HexEDAD4E01B43724523e
Octal35525511603310374412276
Binary1110110110101101100111001101110000111111001001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAD4E; }

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

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

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

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

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

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

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

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