Html Css Color HEX #E7D770 Wild Rice

📋 copy color: '#E7D770'

red 231 ◦ green 215 ◦ blue 112

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

Shades of Wild Rice #E7D770

Tints of Wild Rice #E7D770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.53%

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

R = 41.4%
G = 38.53%
B = 20.07%

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

#E7D770 (or 0xE7D770) is known color: Wild Rice. HEX triplet: E7, D7 and 70. RGB value is (231,215,112). Sum of RGB (Red+Green+Blue) = 231+215+112=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D770 is #18288F. Grayscale: #D0D0D0. Windows color (decimal): -1583248 or 7395303. OLE color: 7395303.

HSL color Cylindrical-coordinate representation of color #E7D770: hue angle of 51.93º 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 #E7D770 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 215 112 -
CMYK 0 0.07 0.52 0.09
HSL 51.93º 0.71% 0.67% -
HSV(B) 51.93º 0.52% 0.91% -
XYZ 60.18 66.76 25.04 -
YUV 208.04 73.8 144.38 -
System Red Green Blue C M Y K H S L
Decimal 231 215 112 0 0.07 0.52 0.09 51.93 0.71 0.67
Hex E7 D7 70 0 7 34 9 34 47 43
Octal 347 327 160 0 7 64 11 64 107 103
Binary 11100111 11010111 1110000 0 111 110100 1001 110100 1000111 1000011

Color Harmonies of #E7D770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D770

Black with #E7D770

Text Example


Text Example

White with #E7D770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D770; }

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

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

background-color css

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

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

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

border-color css

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

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

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