#EDDC75

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

Shades of Wild Rice #EDDC75

Tints of Wild Rice #EDDC75

Color information

#EDDC75 (or 0xEDDC75) is unknown color: approx Wild Rice. HEX triplet: ED, DC and 75. RGB value is (237,220,117). Sum of RGB (Red+Green+Blue) = 237+220+117=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 117 (46.09% from 255 or 20.38% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC75 is #12238A. Grayscale: #D5D5D5. Windows color (decimal): -1188747 or 7724269. OLE color: 7724269.

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

Color convert

RGB237220117-
CMYK00.070.510.07
HSL51.5º76.92%69.41%-
HSV(B)51.5º50.63%92.94%-
XYZ63.7370.4827.07-
YUV213.3473.63144.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.29%
GREEN value IS 220 (86.33% from 255) = 38.33%
BLUE value IS 117 (46.09% from 255) = 20.38%
R=41.29%
G=38.33%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722011700.070.510.0751.576.9269.41
HexEDDC7507337344d45
Octal3553341650763764115105
Binary11101101110111001110101011111001111111010010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC75; }

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

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

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

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

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

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

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

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