#EBDD71

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

Shades of Wild Rice #EBDD71

Tints of Wild Rice #EBDD71

Color information

#EBDD71 (or 0xEBDD71) is unknown color: approx Wild Rice. HEX triplet: EB, DD and 71. RGB value is (235,221,113). Sum of RGB (Red+Green+Blue) = 235+221+113=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 113 (44.53% from 255 or 19.86% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDD71 is #14228E. Grayscale: #D5D5D5. Windows color (decimal): -1319567 or 7462379. OLE color: 7462379.

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

Color convert

RGB235221113-
CMYK00.060.520.08
HSL53.11º75.31%68.24%-
HSV(B)53.11º51.91%92.16%-
XYZ63.170.5725.92-
YUV212.8771.64143.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 221 (86.72% from 255) = 38.84%
BLUE value IS 113 (44.53% from 255) = 19.86%
R=41.30%
G=38.84%
B=19.86%

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
Decimal23522111300.060.520.0853.1175.3168.24
HexEBDD7106348354b44
Octal35333516106641065113104
Binary111010111101110111100010110110100100011010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDD71; }

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

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

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

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

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

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

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

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