#EBDD72

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

Shades of Wild Rice #EBDD72

Tints of Wild Rice #EBDD72

Color information

#EBDD72 (or 0xEBDD72) is unknown color: approx Wild Rice. HEX triplet: EB, DD and 72. RGB value is (235,221,114). Sum of RGB (Red+Green+Blue) = 235+221+114=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 114 (44.92% from 255 or 20% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDD72 is #14228D. Grayscale: #D5D5D5. Windows color (decimal): -1319566 or 7527915. OLE color: 7527915.

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

Color convert

RGB235221114-
CMYK00.060.510.08
HSL53.06º75.16%68.43%-
HSV(B)53.06º51.49%92.16%-
XYZ63.1570.5926.22-
YUV212.9972.14143.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.23%
GREEN value IS 221 (86.72% from 255) = 38.77%
BLUE value IS 114 (44.92% from 255) = 20%
R=41.23%
G=38.77%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522111400.060.510.0853.0675.1668.43
HexEBDD7206338354b44
Octal35333516206631065113104
Binary111010111101110111100100110110011100011010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDD72; }

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

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

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

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

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

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

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

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