#EDD67E

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

Shades of Flax #EDD67E

Tints of Flax #EDD67E

Color information

#EDD67E (or 0xEDD67E) is unknown color: approx Flax. HEX triplet: ED, D6 and 7E. RGB value is (237,214,126). Sum of RGB (Red+Green+Blue) = 237+214+126=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 126 (49.61% from 255 or 21.84% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD67E is #122981. Grayscale: #D3D3D3. Windows color (decimal): -1190274 or 8312557. OLE color: 8312557.

HSL color Cylindrical-coordinate representation of color #EDD67E: hue angle of 47.57º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDD67E is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB237214126-
CMYK00.100.470.07
HSL47.57º75.51%71.18%-
HSV(B)47.57º46.84%92.94%-
XYZ62.7467.629.48-
YUV210.8480.12146.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 214 (83.98% from 255) = 37.09%
BLUE value IS 126 (49.61% from 255) = 21.84%
R=41.07%
G=37.09%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721412600.100.470.0747.5775.5171.18
HexEDD67E0A2F7304c47
Octal35532617601257760114107
Binary111011011101011011111100101010111111111000010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD67E; }

 p { color: rgb(237,214,126); }

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

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

 a { background-color: rgb(237,214,126); }

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

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

 span { border-color: rgb(237,214,126); }

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