#E4D667

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

Shades of Wild Rice #E4D667

Tints of Wild Rice #E4D667

Color information

#E4D667 (or 0xE4D667) is unknown color: approx Wild Rice. HEX triplet: E4, D6 and 67. RGB value is (228,214,103). Sum of RGB (Red+Green+Blue) = 228+214+103=545 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.83% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 103 (40.62% from 255 or 18.90% from 545); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4D667 is #1B2998. Grayscale: #CDCDCD. Windows color (decimal): -1780121 or 6805220. OLE color: 6805220.

HSL color Cylindrical-coordinate representation of color #E4D667: hue angle of 53.28º 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 #E4D667 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB228214103-
CMYK00.060.550.11
HSL53.28º69.83%64.9%-
HSV(B)53.28º54.82%89.41%-
XYZ58.4965.5722.4-
YUV205.5370.14144.03-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.83%
GREEN value IS 214 (83.98% from 255) = 39.27%
BLUE value IS 103 (40.62% from 255) = 18.90%
R=41.83%
G=39.27%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22821410300.060.550.1153.2869.8364.9
HexE4D6670637B354641
Octal34432614706671365106101
Binary111001001101011011001110110110111101111010110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D667; }

 p { color: rgb(228,214,103); }

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

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

 a { background-color: rgb(228,214,103); }

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

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

 span { border-color: rgb(228,214,103); }

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