#EBD773

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

Shades of Wild Rice #EBD773

Tints of Wild Rice #EBD773

Color information

#EBD773 (or 0xEBD773) is unknown color: approx Wild Rice. HEX triplet: EB, D7 and 73. RGB value is (235,215,115). Sum of RGB (Red+Green+Blue) = 235+215+115=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 115 (45.31% from 255 or 20.35% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD773 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD773 is #14288C. Grayscale: #D2D2D2. Windows color (decimal): -1321101 or 7591915. OLE color: 7591915.

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

Color convert

RGB235215115-
CMYK00.090.510.08
HSL50º75%68.63%-
HSV(B)50º51.06%92.16%-
XYZ61.6667.526-
YUV209.5874.63146.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.59%
GREEN value IS 215 (84.38% from 255) = 38.05%
BLUE value IS 115 (45.31% from 255) = 20.35%
R=41.59%
G=38.05%
B=20.35%

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
Decimal23521511500.090.510.08507568.63
HexEBD77309338324b45
Octal353327163011631062113105
Binary1110101111010111111001101001110011100011001010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD773; }

 p { color: rgb(235,215,115); }

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

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

 a { background-color: rgb(235,215,115); }

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

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

 span { border-color: rgb(235,215,115); }

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