#EDDC6B

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

Shades of Wild Rice #EDDC6B

Tints of Wild Rice #EDDC6B

Color information

#EDDC6B (or 0xEDDC6B) is unknown color: approx Wild Rice. HEX triplet: ED, DC and 6B. RGB value is (237,220,107). Sum of RGB (Red+Green+Blue) = 237+220+107=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 107 (42.19% from 255 or 18.97% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC6B is #122394. Grayscale: #D4D4D4. Windows color (decimal): -1188757 or 7068909. OLE color: 7068909.

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

Color convert

RGB237220107-
CMYK00.070.550.07
HSL52.15º78.31%67.45%-
HSV(B)52.15º54.85%92.94%-
XYZ63.1770.2524.14-
YUV212.268.63145.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.02%
GREEN value IS 220 (86.33% from 255) = 39.01%
BLUE value IS 107 (42.19% from 255) = 18.97%
R=42.02%
G=39.01%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722010700.070.550.0752.1578.3167.45
HexEDDC6B07377344e43
Octal3553341530767764116103
Binary11101101110111001101011011111011111111010010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC6B; }

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

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

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

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

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

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

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

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