#E4D966

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

Shades of Wild Rice #E4D966

Tints of Wild Rice #E4D966

Color information

#E4D966 (or 0xE4D966) is unknown color: approx Wild Rice. HEX triplet: E4, D9 and 66. RGB value is (228,217,102). Sum of RGB (Red+Green+Blue) = 228+217+102=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4D966 is #1B2699. Grayscale: #CFCFCF. Windows color (decimal): -1779354 or 6740452. OLE color: 6740452.

HSL color Cylindrical-coordinate representation of color #E4D966: hue angle of 54.76º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E4D966 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB228217102-
CMYK00.050.550.11
HSL54.76º70%64.71%-
HSV(B)54.76º55.26%89.41%-
XYZ59.2167.0822.4-
YUV207.1868.64142.85-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.68%
GREEN value IS 217 (85.16% from 255) = 39.67%
BLUE value IS 102 (40.23% from 255) = 18.65%
R=41.68%
G=39.67%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22821710200.050.550.1154.767064.71
HexE4D9660537B374641
Octal34433114605671367106101
Binary111001001101100111001100101110111101111011110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D966; }

 p { color: rgb(228,217,102); }

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

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

 a { background-color: rgb(228,217,102); }

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

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

 span { border-color: rgb(228,217,102); }

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