Html Css Color HEX #E1D76C Wild Rice

📋 copy color: '#E1D76C'

red 225 ◦ green 215 ◦ blue 108

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

Shades of Wild Rice #E1D76C

Tints of Wild Rice #E1D76C

RGB

 RED value IS 225 (88.28% from 255) = 41.06%

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

 BLUE value IS 108 (42.58% from 255) = 19.71%

R = 41.06%
G = 39.23%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1D76C (or 0xE1D76C) is known color: Wild Rice. HEX triplet: E1, D7 and 6C. RGB value is (225,215,108). Sum of RGB (Red+Green+Blue) = 225+215+108=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 108 (42.58% from 255 or 19.71% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D76C is #1E2893. Grayscale: #CECECE. Windows color (decimal): -1976468 or 7133153. OLE color: 7133153.

HSL color Cylindrical-coordinate representation of color #E1D76C: hue angle of 54.87º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1D76C is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 215 108 -
CMYK 0 0.04 0.52 0.12
HSL 54.87º 0.66% 0.65% -
HSV(B) 54.87º 0.52% 0.88% -
XYZ 58.06 65.69 23.81 -
YUV 205.79 72.81 141.7 -
System Red Green Blue C M Y K H S L
Decimal 225 215 108 0 0.04 0.52 0.12 54.87 0.66 0.65
Hex E1 D7 6C 0 4 34 C 37 42 41
Octal 341 327 154 0 4 64 14 67 102 101
Binary 11100001 11010111 1101100 0 100 110100 1100 110111 1000010 1000001

Color Harmonies of #E1D76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D76C

Black with #E1D76C

Text Example


Text Example

White with #E1D76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D76C; }

 p { color: rgb(225,215,108); }

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

background-color css

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

 a { background-color: rgb(225,215,108); }

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

border-color css

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

 span { border-color: rgb(225,215,108); }

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