#EBDE74

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

Shades of Wild Rice #EBDE74

Tints of Wild Rice #EBDE74

Color information

#EBDE74 (or 0xEBDE74) is unknown color: approx Wild Rice. HEX triplet: EB, DE and 74. RGB value is (235,222,116). Sum of RGB (Red+Green+Blue) = 235+222+116=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 116 (45.70% from 255 or 20.24% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDE74 is #14218B. Grayscale: #D6D6D6. Windows color (decimal): -1319308 or 7659243. OLE color: 7659243.

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

Color convert

RGB235222116-
CMYK00.060.510.08
HSL53.45º74.84%68.82%-
HSV(B)53.45º50.64%92.16%-
XYZ63.5371.1726.91-
YUV213.872.81143.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.01%
GREEN value IS 222 (87.11% from 255) = 38.74%
BLUE value IS 116 (45.70% from 255) = 20.24%
R=41.01%
G=38.74%
B=20.24%

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
Decimal23522211600.060.510.0853.4574.8468.82
HexEBDE7406338354b45
Octal35333616406631065113105
Binary111010111101111011101000110110011100011010110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDE74; }

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

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

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

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

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

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

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

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