Html Css Color HEX #E7D66A Wild Rice

📋 copy color: '#E7D66A'

red 231 ◦ green 214 ◦ blue 106

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

Shades of Wild Rice #E7D66A

Tints of Wild Rice #E7D66A

RGB

 RED value IS 231 (90.63% from 255) = 41.92%

 GREEN value IS 214 (83.98% from 255) = 38.84%

 BLUE value IS 106 (41.8% from 255) = 19.24%

R = 41.92%
G = 38.84%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E7D66A (or 0xE7D66A) is known color: Wild Rice. HEX triplet: E7, D6 and 6A. RGB value is (231,214,106). Sum of RGB (Red+Green+Blue) = 231+214+106=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 106 (41.80% from 255 or 19.24% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D66A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D66A is #182995. Grayscale: #CFCFCF. Windows color (decimal): -1583510 or 7001831. OLE color: 7001831.

HSL color Cylindrical-coordinate representation of color #E7D66A: hue angle of 51.84º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E7D66A is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 214 106 -
CMYK 0 0.07 0.54 0.09
HSL 51.84º 0.72% 0.66% -
HSV(B) 51.84º 0.54% 0.91% -
XYZ 59.6 66.12 23.26 -
YUV 206.77 71.13 145.28 -
System Red Green Blue C M Y K H S L
Decimal 231 214 106 0 0.07 0.54 0.09 51.84 0.72 0.66
Hex E7 D6 6A 0 7 36 9 34 48 42
Octal 347 326 152 0 7 66 11 64 110 102
Binary 11100111 11010110 1101010 0 111 110110 1001 110100 1001000 1000010

Color Harmonies of #E7D66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D66A

Black with #E7D66A

Text Example


Text Example

White with #E7D66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D66A; }

 p { color: rgb(231,214,106); }

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

background-color css

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

 a { background-color: rgb(231,214,106); }

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

border-color css

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

 span { border-color: rgb(231,214,106); }

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