#EBDC72

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

Shades of Wild Rice #EBDC72

Tints of Wild Rice #EBDC72

Color information

#EBDC72 (or 0xEBDC72) is unknown color: approx Wild Rice. HEX triplet: EB, DC and 72. RGB value is (235,220,114). Sum of RGB (Red+Green+Blue) = 235+220+114=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC72 is #14238D. Grayscale: #D4D4D4. Windows color (decimal): -1319822 or 7527659. OLE color: 7527659.

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

Color convert

RGB235220114-
CMYK00.060.510.08
HSL52.56º75.16%68.43%-
HSV(B)52.56º51.49%92.16%-
XYZ62.8970.0626.13-
YUV212.472.47144.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 220 (86.33% from 255) = 38.66%
BLUE value IS 114 (44.92% from 255) = 20.04%
R=41.30%
G=38.66%
B=20.04%

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
Decimal23522011400.060.510.0852.5675.1668.43
HexEBDC7206338354b44
Octal35333416206631065113104
Binary111010111101110011100100110110011100011010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDC72; }

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

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

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

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

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

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

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

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