Html Css Color HEX #E7D875 Wild Rice

📋 copy color: '#E7D875'

red 231 ◦ green 216 ◦ blue 117

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

Shades of Wild Rice #E7D875

Tints of Wild Rice #E7D875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.74%

R = 40.96%
G = 38.3%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E7D875 (or 0xE7D875) is known color: Wild Rice. HEX triplet: E7, D8 and 75. RGB value is (231,216,117). Sum of RGB (Red+Green+Blue) = 231+216+117=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 117 (46.09% from 255 or 20.74% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D875 is #18278A. Grayscale: #D1D1D1. Windows color (decimal): -1582987 or 7723239. OLE color: 7723239.

HSL color Cylindrical-coordinate representation of color #E7D875: hue angle of 52.11º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7D875 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 216 117 -
CMYK 0 0.06 0.49 0.09
HSL 52.11º 0.7% 0.68% -
HSV(B) 52.11º 0.49% 0.91% -
XYZ 60.72 67.39 26.64 -
YUV 209.2 75.97 143.55 -
System Red Green Blue C M Y K H S L
Decimal 231 216 117 0 0.06 0.49 0.09 52.11 0.7 0.68
Hex E7 D8 75 0 6 31 9 34 46 44
Octal 347 330 165 0 6 61 11 64 106 104
Binary 11100111 11011000 1110101 0 110 110001 1001 110100 1000110 1000100

Color Harmonies of #E7D875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D875

Black with #E7D875

Text Example


Text Example

White with #E7D875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D875; }

 p { color: rgb(231,216,117); }

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

background-color css

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

 a { background-color: rgb(231,216,117); }

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

border-color css

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

 span { border-color: rgb(231,216,117); }

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