#EADC74

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

Shades of Wild Rice #EADC74

Tints of Wild Rice #EADC74

Color information

#EADC74 (or 0xEADC74) is unknown color: approx Wild Rice. HEX triplet: EA, DC and 74. RGB value is (234,220,116). Sum of RGB (Red+Green+Blue) = 234+220+116=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 116 (45.70% from 255 or 20.35% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC74 is #15238B. Grayscale: #D4D4D4. Windows color (decimal): -1385356 or 7658730. OLE color: 7658730.

HSL color Cylindrical-coordinate representation of color #EADC74: hue angle of 52.88º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EADC74 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB234220116-
CMYK00.060.500.08
HSL52.88º73.75%68.63%-
HSV(B)52.88º50.43%91.76%-
XYZ62.6869.9426.72-
YUV212.3373.64143.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.05%
GREEN value IS 220 (86.33% from 255) = 38.60%
BLUE value IS 116 (45.70% from 255) = 20.35%
R=41.05%
G=38.60%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422011600.060.500.0852.8873.7568.63
HexEADC7406328354a45
Octal35233416406621065112105
Binary111010101101110011101000110110010100011010110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADC74; }

 p { color: rgb(234,220,116); }

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

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

 a { background-color: rgb(234,220,116); }

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

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

 span { border-color: rgb(234,220,116); }

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