Html Css Color HEX #E7D475 Wild Rice

📋 copy color: '#E7D475'

red 231 ◦ green 212 ◦ blue 117

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

Shades of Wild Rice #E7D475

Tints of Wild Rice #E7D475

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.86%

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

R = 41.25%
G = 37.86%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E7D475 (or 0xE7D475) is known color: Wild Rice. HEX triplet: E7, D4 and 75. RGB value is (231,212,117). Sum of RGB (Red+Green+Blue) = 231+212+117=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 117 (46.09% from 255 or 20.89% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D475 is #182B8A. Grayscale: #CFCFCF. Windows color (decimal): -1584011 or 7722215. OLE color: 7722215.

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

Color convert

RGB 231 212 117 -
CMYK 0 0.08 0.49 0.09
HSL 50º 0.7% 0.68% -
HSV(B) 50º 0.49% 0.91% -
XYZ 59.71 65.36 26.3 -
YUV 206.85 77.29 145.22 -
System Red Green Blue C M Y K H S L
Decimal 231 212 117 0 0.08 0.49 0.09 50 0.7 0.68
Hex E7 D4 75 0 8 31 9 32 46 44
Octal 347 324 165 0 10 61 11 62 106 104
Binary 11100111 11010100 1110101 0 1000 110001 1001 110010 1000110 1000100

Color Harmonies of #E7D475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D475

Black with #E7D475

Text Example


Text Example

White with #E7D475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D475; }

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

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

background-color css

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

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

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

border-color css

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

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

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