#EBDE71

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

Shades of Wild Rice #EBDE71

Tints of Wild Rice #EBDE71

Color information

#EBDE71 (or 0xEBDE71) is unknown color: approx Wild Rice. HEX triplet: EB, DE and 71. RGB value is (235,222,113). Sum of RGB (Red+Green+Blue) = 235+222+113=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 113 (44.53% from 255 or 19.82% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDE71 is #14218E. Grayscale: #D5D5D5. Windows color (decimal): -1319311 or 7462635. OLE color: 7462635.

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

Color convert

RGB235222113-
CMYK00.060.520.08
HSL53.61º75.31%68.24%-
HSV(B)53.61º51.91%92.16%-
XYZ63.3671.126.01-
YUV213.4671.31143.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.23%
GREEN value IS 222 (87.11% from 255) = 38.95%
BLUE value IS 113 (44.53% from 255) = 19.82%
R=41.23%
G=38.95%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522211300.060.520.0853.6175.3168.24
HexEBDE7106348364b44
Octal35333616106641066113104
Binary111010111101111011100010110110100100011011010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDE71; }

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

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

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

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

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

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

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

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