#E6D67A

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

Shades of Wild Rice #E6D67A

Tints of Wild Rice #E6D67A

Color information

#E6D67A (or 0xE6D67A) is unknown color: approx Wild Rice. HEX triplet: E6, D6 and 7A. RGB value is (230,214,122). Sum of RGB (Red+Green+Blue) = 230+214+122=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D67A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D67A is #192985. Grayscale: #D0D0D0. Windows color (decimal): -1649030 or 8050406. OLE color: 8050406.

HSL color Cylindrical-coordinate representation of color #E6D67A: hue angle of 51.11º degrees, saturation: 0.68, 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 #E6D67A is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB230214122-
CMYK00.070.470.10
HSL51.11º68.35%69.02%-
HSV(B)51.11º46.96%90.2%-
XYZ60.1966.3228.04-
YUV208.379.3143.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.64%
GREEN value IS 214 (83.98% from 255) = 37.81%
BLUE value IS 122 (48.05% from 255) = 21.55%
R=40.64%
G=37.81%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021412200.070.470.1051.1168.3569.02
HexE6D67A072FA334445
Octal34632617207571263104105
Binary111001101101011011110100111101111101011001110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D67A; }

 p { color: rgb(230,214,122); }

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

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

 a { background-color: rgb(230,214,122); }

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

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

 span { border-color: rgb(230,214,122); }

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