#EDD279

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

Shades of Wild Rice #EDD279

Tints of Wild Rice #EDD279

Color information

#EDD279 (or 0xEDD279) is unknown color: approx Wild Rice. HEX triplet: ED, D2 and 79. RGB value is (237,210,121). Sum of RGB (Red+Green+Blue) = 237+210+121=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 121 (47.66% from 255 or 21.30% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD279 is #122D86. Grayscale: #D0D0D0. Windows color (decimal): -1191303 or 7983853. OLE color: 7983853.

HSL color Cylindrical-coordinate representation of color #EDD279: hue angle of 46.03º 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 #EDD279 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB237210121-
CMYK00.110.490.07
HSL46.03º76.32%70.2%-
HSV(B)46.03º48.95%92.94%-
XYZ61.4265.4827.49-
YUV207.9378.95148.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 210 (82.42% from 255) = 36.97%
BLUE value IS 121 (47.66% from 255) = 21.30%
R=41.73%
G=36.97%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721012100.110.490.0746.0376.3270.2
HexEDD2790B3172e4c46
Octal35532217101361756114106
Binary111011011101001011110010101111000111110111010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD279; }

 p { color: rgb(237,210,121); }

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

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

 a { background-color: rgb(237,210,121); }

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

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

 span { border-color: rgb(237,210,121); }

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