#EADB75

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

Shades of Wild Rice #EADB75

Tints of Wild Rice #EADB75

Color information

#EADB75 (or 0xEADB75) is unknown color: approx Wild Rice. HEX triplet: EA, DB and 75. RGB value is (234,219,117). Sum of RGB (Red+Green+Blue) = 234+219+117=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB75 is #15248A. Grayscale: #D4D4D4. Windows color (decimal): -1385611 or 7724010. OLE color: 7724010.

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

Color convert

RGB234219117-
CMYK00.060.50.08
HSL52.31º73.58%68.82%-
HSV(B)52.31º50%91.76%-
XYZ62.4769.4426.94-
YUV211.8674.47143.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.05%
GREEN value IS 219 (85.94% from 255) = 38.42%
BLUE value IS 117 (46.09% from 255) = 20.53%
R=41.05%
G=38.42%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421911700.060.50.0852.3173.5868.82
HexEADB7506328344a45
Octal35233316506621064112105
Binary111010101101101111101010110110010100011010010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADB75; }

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

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

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

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

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

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

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

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