#EDD770

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

Shades of Wild Rice #EDD770

Tints of Wild Rice #EDD770

Color information

#EDD770 (or 0xEDD770) is unknown color: approx Wild Rice. HEX triplet: ED, D7 and 70. RGB value is (237,215,112). Sum of RGB (Red+Green+Blue) = 237+215+112=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD770 is #12288F. Grayscale: #D2D2D2. Windows color (decimal): -1190032 or 7395309. OLE color: 7395309.

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

Color convert

RGB237215112-
CMYK00.090.530.07
HSL49.44º77.64%68.43%-
HSV(B)49.44º52.74%92.94%-
XYZ62.1567.7825.14-
YUV209.8472.79147.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.02%
GREEN value IS 215 (84.38% from 255) = 38.12%
BLUE value IS 112 (44.14% from 255) = 19.86%
R=42.02%
G=38.12%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721511200.090.530.0749.4477.6468.43
HexEDD77009357314e44
Octal35532716001165761116104
Binary111011011101011111100000100111010111111000110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD770; }

 p { color: rgb(237,215,112); }

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

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

 a { background-color: rgb(237,215,112); }

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

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

 span { border-color: rgb(237,215,112); }

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