Html Css Color HEX #E7D672 Wild Rice

📋 copy color: '#E7D672'

red 231 ◦ green 214 ◦ blue 114

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

Shades of Wild Rice #E7D672

Tints of Wild Rice #E7D672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.39%

R = 41.32%
G = 38.28%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E7D672 (or 0xE7D672) is known color: Wild Rice. HEX triplet: E7, D6 and 72. RGB value is (231,214,114). Sum of RGB (Red+Green+Blue) = 231+214+114=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D672 is #18298D. Grayscale: #D0D0D0. Windows color (decimal): -1583502 or 7526119. OLE color: 7526119.

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

Color convert

RGB 231 214 114 -
CMYK 0 0.07 0.51 0.09
HSL 51.28º 0.71% 0.68% -
HSV(B) 51.28º 0.51% 0.91% -
XYZ 60.04 66.3 25.55 -
YUV 207.68 75.13 144.63 -
System Red Green Blue C M Y K H S L
Decimal 231 214 114 0 0.07 0.51 0.09 51.28 0.71 0.68
Hex E7 D6 72 0 7 33 9 33 47 44
Octal 347 326 162 0 7 63 11 63 107 104
Binary 11100111 11010110 1110010 0 111 110011 1001 110011 1000111 1000100

Color Harmonies of #E7D672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D672

Black with #E7D672

Text Example


Text Example

White with #E7D672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D672; }

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

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

background-color css

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

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

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

border-color css

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

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

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