Html Css Color HEX #E7CD76 Wild Rice

📋 copy color: '#E7CD76'

red 231 ◦ green 205 ◦ blue 118

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

Shades of Wild Rice #E7CD76

Tints of Wild Rice #E7CD76

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37%

 BLUE value IS 118 (46.48% from 255) = 21.3%

R = 41.7%
G = 37%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E7CD76 (or 0xE7CD76) is known color: Wild Rice. HEX triplet: E7, CD and 76. RGB value is (231,205,118). Sum of RGB (Red+Green+Blue) = 231+205+118=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 118 (46.48% from 255 or 21.30% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CD76 is #183289. Grayscale: #CBCBCB. Windows color (decimal): -1585802 or 7785959. OLE color: 7785959.

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

Color convert

RGB 231 205 118 -
CMYK 0 0.11 0.49 0.09
HSL 46.19º 0.7% 0.68% -
HSV(B) 46.19º 0.49% 0.91% -
XYZ 58.06 61.96 26.04 -
YUV 202.86 80.11 148.07 -
System Red Green Blue C M Y K H S L
Decimal 231 205 118 0 0.11 0.49 0.09 46.19 0.7 0.68
Hex E7 CD 76 0 B 31 9 2E 46 44
Octal 347 315 166 0 13 61 11 56 106 104
Binary 11100111 11001101 1110110 0 1011 110001 1001 101110 1000110 1000100

Color Harmonies of #E7CD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CD76

Black with #E7CD76

Text Example


Text Example

White with #E7CD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CD76; }

 p { color: rgb(231,205,118); }

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

background-color css

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

 a { background-color: rgb(231,205,118); }

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

border-color css

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

 span { border-color: rgb(231,205,118); }

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