#EAD27C

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

Shades of Wild Rice #EAD27C

Tints of Wild Rice #EAD27C

Color information

#EAD27C (or 0xEAD27C) is unknown color: approx Wild Rice. HEX triplet: EA, D2 and 7C. RGB value is (234,210,124). Sum of RGB (Red+Green+Blue) = 234+210+124=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 124 (48.83% from 255 or 21.83% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD27C is #152D83. Grayscale: #CFCFCF. Windows color (decimal): -1387908 or 8180458. OLE color: 8180458.

HSL color Cylindrical-coordinate representation of color #EAD27C: hue angle of 46.91º degrees, saturation: 0.72, 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 #EAD27C is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB234210124-
CMYK00.100.470.08
HSL46.91º72.37%70.2%-
HSV(B)46.91º47.01%91.76%-
XYZ60.6265.0428.43-
YUV207.3780.95146.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.20%
GREEN value IS 210 (82.42% from 255) = 36.97%
BLUE value IS 124 (48.83% from 255) = 21.83%
R=41.20%
G=36.97%
B=21.83%

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
Decimal23421012400.100.470.0846.9172.3770.2
HexEAD27C0A2F82f4846
Octal352322174012571057110106
Binary1110101011010010111110001010101111100010111110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD27C; }

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

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

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

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

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

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

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

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