#EDDC6E

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

Shades of Wild Rice #EDDC6E

Tints of Wild Rice #EDDC6E

Color information

#EDDC6E (or 0xEDDC6E) is unknown color: approx Wild Rice. HEX triplet: ED, DC and 6E. RGB value is (237,220,110). Sum of RGB (Red+Green+Blue) = 237+220+110=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 110 (43.36% from 255 or 19.40% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC6E is #122391. Grayscale: #D4D4D4. Windows color (decimal): -1188754 or 7265517. OLE color: 7265517.

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

Color convert

RGB237220110-
CMYK00.070.540.07
HSL51.97º77.91%68.04%-
HSV(B)51.97º53.59%92.94%-
XYZ63.3370.3224.99-
YUV212.5470.13145.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 110 (43.36% from 255) = 19.40%
R=41.80%
G=38.80%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722011000.070.540.0751.9777.9168.04
HexEDDC6E07367344e44
Octal3553341560766764116104
Binary11101101110111001101110011111011011111010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC6E; }

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

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

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

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

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

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

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

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