#EED772

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

Shades of Wild Rice #EED772

Tints of Wild Rice #EED772

Color information

#EED772 (or 0xEED772) is unknown color: approx Wild Rice. HEX triplet: EE, D7 and 72. RGB value is (238,215,114). Sum of RGB (Red+Green+Blue) = 238+215+114=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 114 (44.92% from 255 or 20.11% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EED772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED772 is #11288D. Grayscale: #D2D2D2. Windows color (decimal): -1124494 or 7526382. OLE color: 7526382.

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

Color convert

RGB238215114-
CMYK00.100.520.07
HSL48.87º78.48%69.02%-
HSV(B)48.87º52.1%93.33%-
XYZ62.667.9925.74-
YUV210.3673.62147.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.98%
GREEN value IS 215 (84.38% from 255) = 37.92%
BLUE value IS 114 (44.92% from 255) = 20.11%
R=41.98%
G=37.92%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821511400.100.520.0748.8778.4869.02
HexEED7720A347314e45
Octal35632716201264761116105
Binary111011101101011111100100101011010011111000110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED772; }

 p { color: rgb(238,215,114); }

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

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

 a { background-color: rgb(238,215,114); }

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

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

 span { border-color: rgb(238,215,114); }

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