#EDDC6F

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

Shades of Wild Rice #EDDC6F

Tints of Wild Rice #EDDC6F

Color information

#EDDC6F (or 0xEDDC6F) is unknown color: approx Wild Rice. HEX triplet: ED, DC and 6F. RGB value is (237,220,111). Sum of RGB (Red+Green+Blue) = 237+220+111=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 111 (43.75% from 255 or 19.54% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC6F is #122390. Grayscale: #D5D5D5. Windows color (decimal): -1188753 or 7331053. OLE color: 7331053.

HSL color Cylindrical-coordinate representation of color #EDDC6F: hue angle of 51.9º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDDC6F is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB237220111-
CMYK00.070.530.07
HSL51.9º77.78%68.24%-
HSV(B)51.9º53.16%92.94%-
XYZ63.3970.3425.27-
YUV212.6670.63145.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 220 (86.33% from 255) = 38.73%
BLUE value IS 111 (43.75% from 255) = 19.54%
R=41.73%
G=38.73%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722011100.070.530.0751.977.7868.24
HexEDDC6F07357344e44
Octal3553341570765764116104
Binary11101101110111001101111011111010111111010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC6F; }

 p { color: rgb(237,220,111); }

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

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

 a { background-color: rgb(237,220,111); }

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

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

 span { border-color: rgb(237,220,111); }

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