#EADA75

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

Shades of Wild Rice #EADA75

Tints of Wild Rice #EADA75

Color information

#EADA75 (or 0xEADA75) is unknown color: approx Wild Rice. HEX triplet: EA, DA and 75. RGB value is (234,218,117). Sum of RGB (Red+Green+Blue) = 234+218+117=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADA75 is #15258A. Grayscale: #D3D3D3. Windows color (decimal): -1385867 or 7723754. OLE color: 7723754.

HSL color Cylindrical-coordinate representation of color #EADA75: hue angle of 51.79º 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 #EADA75 is Cyan = 0, Magento = 0.07, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB234218117-
CMYK00.070.50.08
HSL51.79º73.58%68.82%-
HSV(B)51.79º50%91.76%-
XYZ62.2168.9226.85-
YUV211.2774.8144.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.12%
GREEN value IS 218 (85.55% from 255) = 38.31%
BLUE value IS 117 (46.09% from 255) = 20.56%
R=41.12%
G=38.31%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421811700.070.50.0851.7973.5868.82
HexEADA7507328344a45
Octal35233216507621064112105
Binary111010101101101011101010111110010100011010010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADA75; }

 p { color: rgb(234,218,117); }

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

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

 a { background-color: rgb(234,218,117); }

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

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

 span { border-color: rgb(234,218,117); }

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