#EDD781

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

Shades of Flax #EDD781

Tints of Flax #EDD781

Color information

#EDD781 (or 0xEDD781) is unknown color: approx Flax. HEX triplet: ED, D7 and 81. RGB value is (237,215,129). Sum of RGB (Red+Green+Blue) = 237+215+129=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 129 (50.78% from 255 or 22.20% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD781 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD781 is #12287E. Grayscale: #D4D4D4. Windows color (decimal): -1190015 or 8509421. OLE color: 8509421.

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

Color convert

RGB237215129-
CMYK00.090.460.07
HSL47.78º75%71.76%-
HSV(B)47.78º45.57%92.94%-
XYZ63.1968.1930.6-
YUV211.7781.29145.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.79%
GREEN value IS 215 (84.38% from 255) = 37.01%
BLUE value IS 129 (50.78% from 255) = 22.20%
R=40.79%
G=37.01%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721512900.090.460.0747.787571.76
HexEDD781092E7304b48
Octal35532720101156760113110
Binary1110110111010111100000010100110111011111000010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD781; }

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

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

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

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

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

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

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

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