Html Css Color HEX #E6D86B Wild Rice

📋 copy color: '#E6D86B'

red 230 ◦ green 216 ◦ blue 107

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

Shades of Wild Rice #E6D86B

Tints of Wild Rice #E6D86B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.06%

 BLUE value IS 107 (42.19% from 255) = 19.35%

R = 41.59%
G = 39.06%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6D86B (or 0xE6D86B) is known color: Wild Rice. HEX triplet: E6, D8 and 6B. RGB value is (230,216,107). Sum of RGB (Red+Green+Blue) = 230+216+107=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 107 (42.19% from 255 or 19.35% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D86B is #192794. Grayscale: #D0D0D0. Windows color (decimal): -1648533 or 7067878. OLE color: 7067878.

HSL color Cylindrical-coordinate representation of color #E6D86B: hue angle of 53.17º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6D86B is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 216 107 -
CMYK 0 0.06 0.53 0.10
HSL 53.17º 0.71% 0.66% -
HSV(B) 53.17º 0.53% 0.9% -
XYZ 59.84 67 23.69 -
YUV 207.76 71.14 143.86 -
System Red Green Blue C M Y K H S L
Decimal 230 216 107 0 0.06 0.53 0.10 53.17 0.71 0.66
Hex E6 D8 6B 0 6 35 A 35 47 42
Octal 346 330 153 0 6 65 12 65 107 102
Binary 11100110 11011000 1101011 0 110 110101 1010 110101 1000111 1000010

Color Harmonies of #E6D86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D86B

Black with #E6D86B

Text Example


Text Example

White with #E6D86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D86B; }

 p { color: rgb(230,216,107); }

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

background-color css

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

 a { background-color: rgb(230,216,107); }

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

border-color css

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

 span { border-color: rgb(230,216,107); }

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