#e5d866

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

Shades of Wild Rice #E5D866

Tints of Wild Rice #E5D866

Color information

#E5D866 (or 0xE5D866) is unknown color: approx Wild Rice. HEX triplet: E5, D8 and 66. RGB value is (229,216,102). Sum of RGB (Red+Green+Blue) = 229+216+102=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D866 is #1A2799. Grayscale: #CFCFCF. Windows color (decimal): -1714074 or 6740197. OLE color: 6740197.

HSL color Cylindrical-coordinate representation of color #E5D866: hue angle of 53.86º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E5D866 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB229216102-
CMYK00.060.550.10
HSL53.86º70.95%64.9%-
HSV(B)53.86º55.46%89.8%-
XYZ59.2766.7322.33-
YUV206.8968.81143.77-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.86%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 102 (40.23% from 255) = 18.65%
R=41.86%
G=39.49%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921610200.060.550.1053.8670.9564.9
HexE5D8660637A364741
Octal34533014606671266107101
Binary111001011101100011001100110110111101011011010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5d866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5d866; }

 p { color: rgb(229,216,102); }

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

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

 a { background-color: rgb(229,216,102); }

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

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

 span { border-color: rgb(229,216,102); }

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