#EBD676

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

Shades of Wild Rice #EBD676

Tints of Wild Rice #EBD676

Color information

#EBD676 (or 0xEBD676) is unknown color: approx Wild Rice. HEX triplet: EB, D6 and 76. RGB value is (235,214,118). Sum of RGB (Red+Green+Blue) = 235+214+118=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 118 (46.48% from 255 or 20.81% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD676 is #142989. Grayscale: #D1D1D1. Windows color (decimal): -1321354 or 7788267. OLE color: 7788267.

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

Color convert

RGB235214118-
CMYK00.090.500.08
HSL49.23º74.52%69.22%-
HSV(B)49.23º49.79%92.16%-
XYZ61.5867.0626.84-
YUV209.3376.46146.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.45%
GREEN value IS 214 (83.98% from 255) = 37.74%
BLUE value IS 118 (46.48% from 255) = 20.81%
R=41.45%
G=37.74%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521411800.090.500.0849.2374.5269.22
HexEBD67609328314b45
Octal353326166011621061113105
Binary1110101111010110111011001001110010100011000110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD676; }

 p { color: rgb(235,214,118); }

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

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

 a { background-color: rgb(235,214,118); }

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

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

 span { border-color: rgb(235,214,118); }

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