Html Css Color HEX #E1D76F Wild Rice

📋 copy color: '#E1D76F'

red 225 ◦ green 215 ◦ blue 111

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

Shades of Wild Rice #E1D76F

Tints of Wild Rice #E1D76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.15%

R = 40.83%
G = 39.02%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1D76F (or 0xE1D76F) is known color: Wild Rice. HEX triplet: E1, D7 and 6F. RGB value is (225,215,111). Sum of RGB (Red+Green+Blue) = 225+215+111=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 111 (43.75% from 255 or 20.15% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D76F is #1E2890. Grayscale: #CECECE. Windows color (decimal): -1976465 or 7329761. OLE color: 7329761.

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

Color convert

RGB 225 215 111 -
CMYK 0 0.04 0.51 0.12
HSL 54.74º 0.66% 0.66% -
HSV(B) 54.74º 0.51% 0.88% -
XYZ 58.22 65.76 24.66 -
YUV 206.13 74.31 141.46 -
System Red Green Blue C M Y K H S L
Decimal 225 215 111 0 0.04 0.51 0.12 54.74 0.66 0.66
Hex E1 D7 6F 0 4 33 C 37 42 42
Octal 341 327 157 0 4 63 14 67 102 102
Binary 11100001 11010111 1101111 0 100 110011 1100 110111 1000010 1000010

Color Harmonies of #E1D76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D76F

Black with #E1D76F

Text Example


Text Example

White with #E1D76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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