#EBD574

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

Shades of Wild Rice #EBD574

Tints of Wild Rice #EBD574

Color information

#EBD574 (or 0xEBD574) is unknown color: approx Wild Rice. HEX triplet: EB, D5 and 74. RGB value is (235,213,116). Sum of RGB (Red+Green+Blue) = 235+213+116=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD574 is #142A8B. Grayscale: #D0D0D0. Windows color (decimal): -1321612 or 7656939. OLE color: 7656939.

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

Color convert

RGB235213116-
CMYK00.090.510.08
HSL48.91º74.84%68.82%-
HSV(B)48.91º50.64%92.16%-
XYZ61.2166.5126.14-
YUV208.5275.79146.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.67%
GREEN value IS 213 (83.59% from 255) = 37.77%
BLUE value IS 116 (45.70% from 255) = 20.57%
R=41.67%
G=37.77%
B=20.57%

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
Decimal23521311600.090.510.0848.9174.8468.82
HexEBD57409338314b45
Octal353325164011631061113105
Binary1110101111010101111010001001110011100011000110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD574; }

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

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

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

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

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

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

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

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