#E0D67F

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

Shades of Wild Rice #E0D67F

Tints of Wild Rice #E0D67F

Color information

#E0D67F (or 0xE0D67F) is unknown color: approx Wild Rice. HEX triplet: E0, D6 and 7F. RGB value is (224,214,127). Sum of RGB (Red+Green+Blue) = 224+214+127=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 127 (50% from 255 or 22.48% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D67F is #1F2980. Grayscale: #CFCFCF. Windows color (decimal): -2042241 or 8378080. OLE color: 8378080.

HSL color Cylindrical-coordinate representation of color #E0D67F: hue angle of 53.81º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E0D67F is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB224214127-
CMYK00.040.430.12
HSL53.81º61.01%68.82%-
HSV(B)53.81º43.3%87.84%-
XYZ58.6265.4729.63-
YUV207.0782.81140.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.65%
GREEN value IS 214 (83.98% from 255) = 37.88%
BLUE value IS 127 (50% from 255) = 22.48%
R=39.65%
G=37.88%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421412700.040.430.1253.8161.0168.82
HexE0D67F042BC363d45
Octal3403261770453146675105
Binary11100000110101101111111010010101111001101101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D67F; }

 p { color: rgb(224,214,127); }

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

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

 a { background-color: rgb(224,214,127); }

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

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

 span { border-color: rgb(224,214,127); }

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