#EDD778

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

Shades of Flax #EDD778

Tints of Flax #EDD778

Color information

#EDD778 (or 0xEDD778) is unknown color: approx Flax. HEX triplet: ED, D7 and 78. RGB value is (237,215,120). Sum of RGB (Red+Green+Blue) = 237+215+120=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 120 (47.27% from 255 or 20.98% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD778 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD778 is #122887. Grayscale: #D3D3D3. Windows color (decimal): -1190024 or 7919597. OLE color: 7919597.

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

Color convert

RGB237215120-
CMYK00.090.490.07
HSL48.72º76.47%70%-
HSV(B)48.72º49.37%92.94%-
XYZ62.6267.9627.59-
YUV210.7576.79146.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.43%
GREEN value IS 215 (84.38% from 255) = 37.59%
BLUE value IS 120 (47.27% from 255) = 20.98%
R=41.43%
G=37.59%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721512000.090.490.0748.7276.4770
HexEDD77809317314c46
Octal35532717001161761114106
Binary111011011101011111110000100111000111111000110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD778; }

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

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

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

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

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

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

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

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