#EDD375

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

Shades of Wild Rice #EDD375

Tints of Wild Rice #EDD375

Color information

#EDD375 (or 0xEDD375) is unknown color: approx Wild Rice. HEX triplet: ED, D3 and 75. RGB value is (237,211,117). Sum of RGB (Red+Green+Blue) = 237+211+117=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD375 is #122C8A. Grayscale: #D0D0D0. Windows color (decimal): -1191051 or 7721965. OLE color: 7721965.

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

Color convert

RGB237211117-
CMYK00.110.510.07
HSL47º76.92%69.41%-
HSV(B)47º50.63%92.94%-
XYZ61.4365.8826.31-
YUV208.0676.61148.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 211 (82.81% from 255) = 37.35%
BLUE value IS 117 (46.09% from 255) = 20.71%
R=41.95%
G=37.35%
B=20.71%

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
Decimal23721111700.110.510.074776.9269.41
HexEDD3750B3372f4d45
Octal35532316501363757115105
Binary111011011101001111101010101111001111110111110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD375; }

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

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

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

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

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

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

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

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