Html Css Color HEX #E1D781 Wild Rice

📋 copy color: '#E1D781'

red 225 ◦ green 215 ◦ blue 129

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

Shades of Wild Rice #E1D781

Tints of Wild Rice #E1D781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.67%

R = 39.54%
G = 37.79%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E1D781 (or 0xE1D781) is known color: Wild Rice. HEX triplet: E1, D7 and 81. RGB value is (225,215,129). Sum of RGB (Red+Green+Blue) = 225+215+129=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 129 (50.78% from 255 or 22.67% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D781 is #1E287E. Grayscale: #D0D0D0. Windows color (decimal): -1976447 or 8509409. OLE color: 8509409.

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

Color convert

RGB 225 215 129 -
CMYK 0 0.04 0.43 0.12
HSL 53.75º 0.62% 0.69% -
HSV(B) 53.75º 0.43% 0.88% -
XYZ 59.31 66.19 30.42 -
YUV 208.19 83.31 139.99 -
System Red Green Blue C M Y K H S L
Decimal 225 215 129 0 0.04 0.43 0.12 53.75 0.62 0.69
Hex E1 D7 81 0 4 2B C 36 3E 45
Octal 341 327 201 0 4 53 14 66 76 105
Binary 11100001 11010111 10000001 0 100 101011 1100 110110 111110 1000101

Color Harmonies of #E1D781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D781

Black with #E1D781

Text Example


Text Example

White with #E1D781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D781; }

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

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

background-color css

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

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

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

border-color css

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

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

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