#EAD372

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

Shades of Wild Rice #EAD372

Tints of Wild Rice #EAD372

Color information

#EAD372 (or 0xEAD372) is unknown color: approx Wild Rice. HEX triplet: EA, D3 and 72. RGB value is (234,211,114). Sum of RGB (Red+Green+Blue) = 234+211+114=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD372 is #152C8D. Grayscale: #CFCFCF. Windows color (decimal): -1387662 or 7525354. OLE color: 7525354.

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

Color convert

RGB234211114-
CMYK00.100.510.08
HSL48.5º74.07%68.24%-
HSV(B)48.5º51.28%91.76%-
XYZ60.2665.325.35-
YUV206.8275.62147.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 211 (82.81% from 255) = 37.75%
BLUE value IS 114 (44.92% from 255) = 20.39%
R=41.86%
G=37.75%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421111400.100.510.0848.574.0768.24
HexEAD3720A338304a44
Octal352323162012631060112104
Binary1110101011010011111001001010110011100011000010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD372; }

 p { color: rgb(234,211,114); }

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

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

 a { background-color: rgb(234,211,114); }

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

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

 span { border-color: rgb(234,211,114); }

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