#EBD871

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

Shades of Wild Rice #EBD871

Tints of Wild Rice #EBD871

Color information

#EBD871 (or 0xEBD871) is unknown color: approx Wild Rice. HEX triplet: EB, D8 and 71. RGB value is (235,216,113). Sum of RGB (Red+Green+Blue) = 235+216+113=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 113 (44.53% from 255 or 20.04% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD871 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD871 is #14278E. Grayscale: #D2D2D2. Windows color (decimal): -1320847 or 7461099. OLE color: 7461099.

HSL color Cylindrical-coordinate representation of color #EBD871: hue angle of 50.66º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EBD871 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB235216113-
CMYK00.080.520.08
HSL50.66º75.31%68.24%-
HSV(B)50.66º51.91%92.16%-
XYZ61.867.9725.48-
YUV209.9473.29145.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.67%
GREEN value IS 216 (84.77% from 255) = 38.30%
BLUE value IS 113 (44.53% from 255) = 20.04%
R=41.67%
G=38.30%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521611300.080.520.0850.6675.3168.24
HexEBD87108348334b44
Octal353330161010641063113104
Binary1110101111011000111000101000110100100011001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD871; }

 p { color: rgb(235,216,113); }

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

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

 a { background-color: rgb(235,216,113); }

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

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

 span { border-color: rgb(235,216,113); }

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