#EAE06D

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

Shades of Wild Rice #EAE06D

Tints of Wild Rice #EAE06D

Color information

#EAE06D (or 0xEAE06D) is unknown color: approx Wild Rice. HEX triplet: EA, E0 and 6D. RGB value is (234,224,109). Sum of RGB (Red+Green+Blue) = 234+224+109=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 109 (42.97% from 255 or 19.22% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE06D is #151F92. Grayscale: #D6D6D6. Windows color (decimal): -1384339 or 7201002. OLE color: 7201002.

HSL color Cylindrical-coordinate representation of color #EAE06D: hue angle of 55.2º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAE06D is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234224109-
CMYK00.040.530.08
HSL55.2º74.85%67.25%-
HSV(B)55.2º53.42%91.76%-
XYZ63.3571.9125.01-
YUV213.8868.81142.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 224 (87.89% from 255) = 39.51%
BLUE value IS 109 (42.97% from 255) = 19.22%
R=41.27%
G=39.51%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422410900.040.530.0855.274.8567.25
HexEAE06D04358374b43
Octal35234015504651067113103
Binary111010101110000011011010100110101100011011110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE06D; }

 p { color: rgb(234,224,109); }

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

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

 a { background-color: rgb(234,224,109); }

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

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

 span { border-color: rgb(234,224,109); }

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