Html Css Color HEX #E1D77F Wild Rice

📋 copy color: '#E1D77F'

red 225 ◦ green 215 ◦ blue 127

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

Shades of Wild Rice #E1D77F

Tints of Wild Rice #E1D77F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.4%

R = 39.68%
G = 37.92%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1D77F (or 0xE1D77F) is known color: Wild Rice. HEX triplet: E1, D7 and 7F. RGB value is (225,215,127). Sum of RGB (Red+Green+Blue) = 225+215+127=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 127 (50% from 255 or 22.40% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D77F is #1E2880. Grayscale: #D0D0D0. Windows color (decimal): -1976449 or 8378337. OLE color: 8378337.

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

Color convert

RGB 225 215 127 -
CMYK 0 0.04 0.44 0.12
HSL 53.88º 0.62% 0.69% -
HSV(B) 53.88º 0.44% 0.88% -
XYZ 59.18 66.14 29.73 -
YUV 207.96 82.31 140.16 -
System Red Green Blue C M Y K H S L
Decimal 225 215 127 0 0.04 0.44 0.12 53.88 0.62 0.69
Hex E1 D7 7F 0 4 2C C 36 3E 45
Octal 341 327 177 0 4 54 14 66 76 105
Binary 11100001 11010111 1111111 0 100 101100 1100 110110 111110 1000101

Color Harmonies of #E1D77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D77F

Black with #E1D77F

Text Example


Text Example

White with #E1D77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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