#E6D67E

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

Shades of Wild Rice #E6D67E

Tints of Wild Rice #E6D67E

Color information

#E6D67E (or 0xE6D67E) is unknown color: approx Wild Rice. HEX triplet: E6, D6 and 7E. RGB value is (230,214,126). Sum of RGB (Red+Green+Blue) = 230+214+126=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 126 (49.61% from 255 or 22.11% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D67E is #192981. Grayscale: #D1D1D1. Windows color (decimal): -1649026 or 8312550. OLE color: 8312550.

HSL color Cylindrical-coordinate representation of color #E6D67E: hue angle of 50.77º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E6D67E is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB230214126-
CMYK00.070.450.10
HSL50.77º67.53%69.8%-
HSV(B)50.77º45.22%90.2%-
XYZ60.4566.4229.37-
YUV208.7581.3143.16-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.35%
GREEN value IS 214 (83.98% from 255) = 37.54%
BLUE value IS 126 (49.61% from 255) = 22.11%
R=40.35%
G=37.54%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021412600.070.450.1050.7767.5369.8
HexE6D67E072DA334446
Octal34632617607551263104106
Binary111001101101011011111100111101101101011001110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D67E; }

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

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

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

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

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

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

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

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