#EDA747

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

Shades of Casablanca #EDA747

Tints of Casablanca #EDA747

Color information

#EDA747 (or 0xEDA747) is unknown color: approx Casablanca. HEX triplet: ED, A7 and 47. RGB value is (237,167,71). Sum of RGB (Red+Green+Blue) = 237+167+71=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 71 (28.12% from 255 or 14.95% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA747 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA747 is #1258B8. Grayscale: #B1B1B1. Windows color (decimal): -1202361 or 4696045. OLE color: 4696045.

HSL color Cylindrical-coordinate representation of color #EDA747: hue angle of 34.7º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDA747 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB23716771-
CMYK00.300.700.07
HSL34.7º82.18%60.39%-
HSV(B)34.7º70.04%92.94%-
XYZ49.8846.112.23-
YUV176.9968.19170.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.89%
GREEN value IS 167 (65.62% from 255) = 35.16%
BLUE value IS 71 (28.12% from 255) = 14.95%
R=49.89%
G=35.16%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371677100.300.700.0734.782.1860.39
HexEDA74701E46723523c
Octal35524710703610674312274
Binary1110110110100111100011101111010001101111000111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA747; }

 p { color: rgb(237,167,71); }

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

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

 a { background-color: rgb(237,167,71); }

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

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

 span { border-color: rgb(237,167,71); }

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