Html Css Color HEX #E7D670 Wild Rice

📋 copy color: '#E7D670'

red 231 ◦ green 214 ◦ blue 112

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

Shades of Wild Rice #E7D670

Tints of Wild Rice #E7D670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.11%

R = 41.47%
G = 38.42%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E7D670 (or 0xE7D670) is known color: Wild Rice. HEX triplet: E7, D6 and 70. RGB value is (231,214,112). Sum of RGB (Red+Green+Blue) = 231+214+112=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D670 is #18298F. Grayscale: #CFCFCF. Windows color (decimal): -1583504 or 7395047. OLE color: 7395047.

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

Color convert

RGB 231 214 112 -
CMYK 0 0.07 0.52 0.09
HSL 51.43º 0.71% 0.67% -
HSV(B) 51.43º 0.52% 0.91% -
XYZ 59.93 66.25 24.96 -
YUV 207.46 74.13 144.79 -
System Red Green Blue C M Y K H S L
Decimal 231 214 112 0 0.07 0.52 0.09 51.43 0.71 0.67
Hex E7 D6 70 0 7 34 9 33 47 43
Octal 347 326 160 0 7 64 11 63 107 103
Binary 11100111 11010110 1110000 0 111 110100 1001 110011 1000111 1000011

Color Harmonies of #E7D670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D670

Black with #E7D670

Text Example


Text Example

White with #E7D670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D670; }

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

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

background-color css

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

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

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

border-color css

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

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

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