#ead27a

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

Shades of Wild Rice #EAD27A

Tints of Wild Rice #EAD27A

Color information

#EAD27A (or 0xEAD27A) is unknown color: approx Wild Rice. HEX triplet: EA, D2 and 7A. RGB value is (234,210,122). Sum of RGB (Red+Green+Blue) = 234+210+122=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD27A is #152D85. Grayscale: #CFCFCF. Windows color (decimal): -1387910 or 8049386. OLE color: 8049386.

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

Color convert

RGB234210122-
CMYK00.100.480.08
HSL47.14º72.73%69.8%-
HSV(B)47.14º47.86%91.76%-
XYZ60.4964.9927.77-
YUV207.1479.95147.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.34%
GREEN value IS 210 (82.42% from 255) = 37.10%
BLUE value IS 122 (48.05% from 255) = 21.55%
R=41.34%
G=37.10%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421012200.100.480.0847.1472.7369.8
HexEAD27A0A3082f4946
Octal352322172012601057111106
Binary1110101011010010111101001010110000100010111110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ead27a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ead27a; }

 p { color: rgb(234,210,122); }

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

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

 a { background-color: rgb(234,210,122); }

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

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

 span { border-color: rgb(234,210,122); }

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