#EBD679

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

Shades of Wild Rice #EBD679

Tints of Wild Rice #EBD679

Color information

#EBD679 (or 0xEBD679) is unknown color: approx Wild Rice. HEX triplet: EB, D6 and 79. RGB value is (235,214,121). Sum of RGB (Red+Green+Blue) = 235+214+121=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 121 (47.66% from 255 or 21.23% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD679 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD679 is #142986. Grayscale: #D2D2D2. Windows color (decimal): -1321351 or 7984875. OLE color: 7984875.

HSL color Cylindrical-coordinate representation of color #EBD679: hue angle of 48.95º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBD679 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB235214121-
CMYK00.090.490.08
HSL48.95º74.03%69.8%-
HSV(B)48.95º48.51%92.16%-
XYZ61.7667.1427.79-
YUV209.6877.96146.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.23%
GREEN value IS 214 (83.98% from 255) = 37.54%
BLUE value IS 121 (47.66% from 255) = 21.23%
R=41.23%
G=37.54%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521412100.090.490.0848.9574.0369.8
HexEBD67909318314a46
Octal353326171011611061112106
Binary1110101111010110111100101001110001100011000110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD679; }

 p { color: rgb(235,214,121); }

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

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

 a { background-color: rgb(235,214,121); }

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

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

 span { border-color: rgb(235,214,121); }

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