#E5D274

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

Shades of Wild Rice #E5D274

Tints of Wild Rice #E5D274

Color information

#E5D274 (or 0xE5D274) is unknown color: approx Wild Rice. HEX triplet: E5, D2 and 74. RGB value is (229,210,116). Sum of RGB (Red+Green+Blue) = 229+210+116=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D274 is #1A2D8B. Grayscale: #CDCDCD. Windows color (decimal): -1715596 or 7656165. OLE color: 7656165.

HSL color Cylindrical-coordinate representation of color #E5D274: hue angle of 49.91º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5D274 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB229210116-
CMYK00.080.490.10
HSL49.91º68.48%67.65%-
HSV(B)49.91º49.34%89.8%-
XYZ58.5164.0125.79-
YUV204.9677.79145.14-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.26%
GREEN value IS 210 (82.42% from 255) = 37.84%
BLUE value IS 116 (45.70% from 255) = 20.90%
R=41.26%
G=37.84%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921011600.080.490.1049.9168.4867.65
HexE5D2740831A324444
Octal345322164010611262104104
Binary1110010111010010111010001000110001101011001010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D274; }

 p { color: rgb(229,210,116); }

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

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

 a { background-color: rgb(229,210,116); }

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

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

 span { border-color: rgb(229,210,116); }

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