#EDD673

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

Shades of Wild Rice #EDD673

Tints of Wild Rice #EDD673

Color information

#EDD673 (or 0xEDD673) is unknown color: approx Wild Rice. HEX triplet: ED, D6 and 73. RGB value is (237,214,115). Sum of RGB (Red+Green+Blue) = 237+214+115=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 115 (45.31% from 255 or 20.32% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD673 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD673 is #12298C. Grayscale: #D2D2D2. Windows color (decimal): -1190285 or 7591661. OLE color: 7591661.

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

Color convert

RGB237214115-
CMYK00.100.510.07
HSL48.69º77.22%69.02%-
HSV(B)48.69º51.48%92.94%-
XYZ62.0767.3425.95-
YUV209.5974.62147.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.87%
GREEN value IS 214 (83.98% from 255) = 37.81%
BLUE value IS 115 (45.31% from 255) = 20.32%
R=41.87%
G=37.81%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721411500.100.510.0748.6977.2269.02
HexEDD6730A337314d45
Octal35532616301263761115105
Binary111011011101011011100110101011001111111000110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD673; }

 p { color: rgb(237,214,115); }

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

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

 a { background-color: rgb(237,214,115); }

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

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

 span { border-color: rgb(237,214,115); }

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