#e4d56d

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

Shades of Wild Rice #E4D56D

Tints of Wild Rice #E4D56D

Color information

#E4D56D (or 0xE4D56D) is unknown color: approx Wild Rice. HEX triplet: E4, D5 and 6D. RGB value is (228,213,109). Sum of RGB (Red+Green+Blue) = 228+213+109=550 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.45% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 109 (42.97% from 255 or 19.82% from 550); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4D56D is #1B2A92. Grayscale: #CECECE. Windows color (decimal): -1780371 or 7198180. OLE color: 7198180.

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

Color convert

RGB228213109-
CMYK00.070.520.11
HSL52.44º68.79%66.08%-
HSV(B)52.44º52.19%89.41%-
XYZ58.5565.1923.96-
YUV205.6373.47143.96-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.45%
GREEN value IS 213 (83.59% from 255) = 38.73%
BLUE value IS 109 (42.97% from 255) = 19.82%
R=41.45%
G=38.73%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22821310900.070.520.1152.4468.7966.08
HexE4D56D0734B344542
Octal34432515507641364105102
Binary111001001101010111011010111110100101111010010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e4d56d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e4d56d; }

 p { color: rgb(228,213,109); }

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

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

 a { background-color: rgb(228,213,109); }

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

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

 span { border-color: rgb(228,213,109); }

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