#E1CF6B

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

Shades of Wild Rice #E1CF6B

Tints of Wild Rice #E1CF6B

Color information

#E1CF6B (or 0xE1CF6B) is unknown color: approx Wild Rice. HEX triplet: E1, CF and 6B. RGB value is (225,207,107). Sum of RGB (Red+Green+Blue) = 225+207+107=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 107 (42.19% from 255 or 19.85% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CF6B is #1E3094. Grayscale: #C9C9C9. Windows color (decimal): -1978517 or 7065569. OLE color: 7065569.

HSL color Cylindrical-coordinate representation of color #E1CF6B: hue angle of 50.85º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1CF6B is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB225207107-
CMYK00.080.520.12
HSL50.85º66.29%65.1%-
HSV(B)50.85º52.44%88.24%-
XYZ56.0261.6922.87-
YUV200.9874.96145.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.74%
GREEN value IS 207 (81.25% from 255) = 38.40%
BLUE value IS 107 (42.19% from 255) = 19.85%
R=41.74%
G=38.40%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520710700.080.520.1250.8566.2965.1
HexE1CF6B0834C334241
Octal341317153010641463102101
Binary1110000111001111110101101000110100110011001110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CF6B; }

 p { color: rgb(225,207,107); }

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

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

 a { background-color: rgb(225,207,107); }

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

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

 span { border-color: rgb(225,207,107); }

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