#EAD37B

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

Shades of Wild Rice #EAD37B

Tints of Wild Rice #EAD37B

Color information

#EAD37B (or 0xEAD37B) is unknown color: approx Wild Rice. HEX triplet: EA, D3 and 7B. RGB value is (234,211,123). Sum of RGB (Red+Green+Blue) = 234+211+123=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 123 (48.44% from 255 or 21.65% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD37B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD37B is #152C84. Grayscale: #D0D0D0. Windows color (decimal): -1387653 or 8115178. OLE color: 8115178.

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

Color convert

RGB234211123-
CMYK00.100.470.08
HSL47.57º72.55%70%-
HSV(B)47.57º47.44%91.76%-
XYZ60.865.5128.18-
YUV207.8480.12146.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.20%
GREEN value IS 211 (82.81% from 255) = 37.15%
BLUE value IS 123 (48.44% from 255) = 21.65%
R=41.20%
G=37.15%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421112300.100.470.0847.5772.5570
HexEAD37B0A2F8304946
Octal352323173012571060111106
Binary1110101011010011111101101010101111100011000010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD37B; }

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

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

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

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

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

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

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

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