#EBDD76

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

Shades of Wild Rice #EBDD76

Tints of Wild Rice #EBDD76

Color information

#EBDD76 (or 0xEBDD76) is unknown color: approx Wild Rice. HEX triplet: EB, DD and 76. RGB value is (235,221,118). Sum of RGB (Red+Green+Blue) = 235+221+118=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 118 (46.48% from 255 or 20.56% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDD76 is #142289. Grayscale: #D5D5D5. Windows color (decimal): -1319562 or 7790059. OLE color: 7790059.

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

Color convert

RGB235221118-
CMYK00.060.500.08
HSL52.82º74.52%69.22%-
HSV(B)52.82º49.79%92.16%-
XYZ63.3970.6827.44-
YUV213.4474.14143.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.94%
GREEN value IS 221 (86.72% from 255) = 38.50%
BLUE value IS 118 (46.48% from 255) = 20.56%
R=40.94%
G=38.50%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522111800.060.500.0852.8274.5269.22
HexEBDD7606328354b45
Octal35333516606621065113105
Binary111010111101110111101100110110010100011010110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDD76; }

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

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

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

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

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

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

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

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