#EDD782

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

Shades of Flax #EDD782

Tints of Flax #EDD782

Color information

#EDD782 (or 0xEDD782) is unknown color: approx Flax. HEX triplet: ED, D7 and 82. RGB value is (237,215,130). Sum of RGB (Red+Green+Blue) = 237+215+130=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 130 (51.17% from 255 or 22.34% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD782 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD782 is #12287D. Grayscale: #D4D4D4. Windows color (decimal): -1190014 or 8574957. OLE color: 8574957.

HSL color Cylindrical-coordinate representation of color #EDD782: hue angle of 47.66º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDD782 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB237215130-
CMYK00.090.450.07
HSL47.66º74.83%71.96%-
HSV(B)47.66º45.15%92.94%-
XYZ63.2568.2230.95-
YUV211.8981.79145.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.72%
GREEN value IS 215 (84.38% from 255) = 36.94%
BLUE value IS 130 (51.17% from 255) = 22.34%
R=40.72%
G=36.94%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721513000.090.450.0747.6674.8371.96
HexEDD782092D7304b48
Octal35532720201155760113110
Binary1110110111010111100000100100110110111111000010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD782; }

 p { color: rgb(237,215,130); }

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

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

 a { background-color: rgb(237,215,130); }

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

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

 span { border-color: rgb(237,215,130); }

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