#EBD674

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

Shades of Wild Rice #EBD674

Tints of Wild Rice #EBD674

Color information

#EBD674 (or 0xEBD674) is unknown color: approx Wild Rice. HEX triplet: EB, D6 and 74. RGB value is (235,214,116). Sum of RGB (Red+Green+Blue) = 235+214+116=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD674 is #14298B. Grayscale: #D1D1D1. Windows color (decimal): -1321356 or 7657195. OLE color: 7657195.

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

Color convert

RGB235214116-
CMYK00.090.510.08
HSL49.41º74.84%68.82%-
HSV(B)49.41º50.64%92.16%-
XYZ61.4667.0226.22-
YUV209.1175.46146.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.59%
GREEN value IS 214 (83.98% from 255) = 37.88%
BLUE value IS 116 (45.70% from 255) = 20.53%
R=41.59%
G=37.88%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521411600.090.510.0849.4174.8468.82
HexEBD67409338314b45
Octal353326164011631061113105
Binary1110101111010110111010001001110011100011000110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD674; }

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

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

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

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

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

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

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

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