#E9CF7A

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

Shades of Wild Rice #E9CF7A

Tints of Wild Rice #E9CF7A

Color information

#E9CF7A (or 0xE9CF7A) is unknown color: approx Wild Rice. HEX triplet: E9, CF and 7A. RGB value is (233,207,122). Sum of RGB (Red+Green+Blue) = 233+207+122=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CF7A is #163085. Grayscale: #CDCDCD. Windows color (decimal): -1454214 or 8048617. OLE color: 8048617.

HSL color Cylindrical-coordinate representation of color #E9CF7A: hue angle of 45.95º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E9CF7A is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB233207122-
CMYK00.110.480.09
HSL45.95º71.61%69.61%-
HSV(B)45.95º47.64%91.37%-
XYZ59.4363.3527.51-
YUV205.0881.11147.91-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.46%
GREEN value IS 207 (81.25% from 255) = 36.83%
BLUE value IS 122 (48.05% from 255) = 21.71%
R=41.46%
G=36.83%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320712200.110.480.0945.9571.6169.61
HexE9CF7A0B3092e4846
Octal351317172013601156110106
Binary1110100111001111111101001011110000100110111010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CF7A; }

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

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

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

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

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

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

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

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