#EDD875

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

Shades of Wild Rice #EDD875

Tints of Wild Rice #EDD875

Color information

#EDD875 (or 0xEDD875) is unknown color: approx Wild Rice. HEX triplet: ED, D8 and 75. RGB value is (237,216,117). Sum of RGB (Red+Green+Blue) = 237+216+117=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD875 is #12278A. Grayscale: #D3D3D3. Windows color (decimal): -1189771 or 7723245. OLE color: 7723245.

HSL color Cylindrical-coordinate representation of color #EDD875: hue angle of 49.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 #EDD875 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB237216117-
CMYK00.090.510.07
HSL49.5º76.92%69.41%-
HSV(B)49.5º50.63%92.94%-
XYZ62.6968.426.73-
YUV210.9974.96146.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 216 (84.77% from 255) = 37.89%
BLUE value IS 117 (46.09% from 255) = 20.53%
R=41.58%
G=37.89%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721611700.090.510.0749.576.9269.41
HexEDD87509337324d45
Octal35533016501163762115105
Binary111011011101100011101010100111001111111001010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD875; }

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

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

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

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

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

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

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

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