#E5CF7A

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

Shades of Wild Rice #E5CF7A

Tints of Wild Rice #E5CF7A

Color information

#E5CF7A (or 0xE5CF7A) is unknown color: approx Wild Rice. HEX triplet: E5, CF and 7A. RGB value is (229,207,122). Sum of RGB (Red+Green+Blue) = 229+207+122=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 122 (48.05% from 255 or 21.86% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CF7A is #1A3085. Grayscale: #CCCCCC. Windows color (decimal): -1716358 or 8048613. OLE color: 8048613.

HSL color Cylindrical-coordinate representation of color #E5CF7A: hue angle of 47.66º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5CF7A is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB229207122-
CMYK00.100.470.10
HSL47.66º67.3%68.82%-
HSV(B)47.66º46.72%89.8%-
XYZ58.1462.6927.45-
YUV203.8981.79145.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.04%
GREEN value IS 207 (81.25% from 255) = 37.10%
BLUE value IS 122 (48.05% from 255) = 21.86%
R=41.04%
G=37.10%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920712200.100.470.1047.6667.368.82
HexE5CF7A0A2FA304345
Octal345317172012571260103105
Binary1110010111001111111101001010101111101011000010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CF7A; }

 p { color: rgb(229,207,122); }

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

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

 a { background-color: rgb(229,207,122); }

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

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

 span { border-color: rgb(229,207,122); }

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