#e8d272

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

Shades of Wild Rice #E8D272

Tints of Wild Rice #E8D272

Color information

#E8D272 (or 0xE8D272) is unknown color: approx Wild Rice. HEX triplet: E8, D2 and 72. RGB value is (232,210,114). Sum of RGB (Red+Green+Blue) = 232+210+114=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 114 (44.92% from 255 or 20.50% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D272 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D272 is #172D8D. Grayscale: #CECECE. Windows color (decimal): -1518990 or 7525096. OLE color: 7525096.

HSL color Cylindrical-coordinate representation of color #E8D272: hue angle of 48.81º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E8D272 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB232210114-
CMYK00.090.510.09
HSL48.81º71.95%67.84%-
HSV(B)48.81º50.86%90.98%-
XYZ59.3664.4625.23-
YUV205.6376.29146.81-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.73%
GREEN value IS 210 (82.42% from 255) = 37.77%
BLUE value IS 114 (44.92% from 255) = 20.50%
R=41.73%
G=37.77%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221011400.090.510.0948.8171.9567.84
HexE8D27209339314844
Octal350322162011631161110104
Binary1110100011010010111001001001110011100111000110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8d272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8d272; }

 p { color: rgb(232,210,114); }

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

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

 a { background-color: rgb(232,210,114); }

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

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

 span { border-color: rgb(232,210,114); }

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