Html Css Color HEX #E6D079 Wild Rice

📋 copy color: '#E6D079'

red 230 ◦ green 208 ◦ blue 121

#E6D079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Rice #E6D079

Tints of Wild Rice #E6D079

RGB

 RED value IS 230 (90.23% from 255) = 41.14%

 GREEN value IS 208 (81.64% from 255) = 37.21%

 BLUE value IS 121 (47.66% from 255) = 21.65%

R = 41.14%
G = 37.21%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6D079 (or 0xE6D079) is known color: Wild Rice. HEX triplet: E6, D0 and 79. RGB value is (230,208,121). Sum of RGB (Red+Green+Blue) = 230+208+121=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 121 (47.66% from 255 or 21.65% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D079 is #192F86. Grayscale: #CDCDCD. Windows color (decimal): -1650567 or 7983334. OLE color: 7983334.

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

Color convert

RGB 230 208 121 -
CMYK 0 0.10 0.47 0.10
HSL 47.89º 0.69% 0.69% -
HSV(B) 47.89º 0.47% 0.9% -
XYZ 58.64 63.32 27.22 -
YUV 204.66 80.79 146.07 -
System Red Green Blue C M Y K H S L
Decimal 230 208 121 0 0.10 0.47 0.10 47.89 0.69 0.69
Hex E6 D0 79 0 A 2F A 30 45 45
Octal 346 320 171 0 12 57 12 60 105 105
Binary 11100110 11010000 1111001 0 1010 101111 1010 110000 1000101 1000101

Color Harmonies of #E6D079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D079

Black with #E6D079

Text Example


Text Example

White with #E6D079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D079; }

 p { color: rgb(230,208,121); }

 H1.HeaderClassName
 {
   color: #E6D079;
 }
 .AnyTagClassName
 {
   color: #E6D079;
 }
</style>

background-color css

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

 a { background-color: rgb(230,208,121); }

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

border-color css

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

 span { border-color: rgb(230,208,121); }

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