#EED475

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

Shades of Wild Rice #EED475

Tints of Wild Rice #EED475

Color information

#EED475 (or 0xEED475) is unknown color: approx Wild Rice. HEX triplet: EE, D4 and 75. RGB value is (238,212,117). Sum of RGB (Red+Green+Blue) = 238+212+117=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EED475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED475 is #112B8A. Grayscale: #D1D1D1. Windows color (decimal): -1125259 or 7722222. OLE color: 7722222.

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

Color convert

RGB238212117-
CMYK00.110.510.07
HSL47.11º78.06%69.61%-
HSV(B)47.11º50.84%93.33%-
XYZ62.0166.5526.41-
YUV208.9476.11148.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.98%
GREEN value IS 212 (83.20% from 255) = 37.39%
BLUE value IS 117 (46.09% from 255) = 20.63%
R=41.98%
G=37.39%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821211700.110.510.0747.1178.0669.61
HexEED4750B3372f4e46
Octal35632416501363757116106
Binary111011101101010011101010101111001111110111110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED475; }

 p { color: rgb(238,212,117); }

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

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

 a { background-color: rgb(238,212,117); }

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

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

 span { border-color: rgb(238,212,117); }

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