Html Css Color HEX #E1D47D Wild Rice

📋 copy color: '#E1D47D'

red 225 ◦ green 212 ◦ blue 125

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

Shades of Wild Rice #E1D47D

Tints of Wild Rice #E1D47D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.72%

 BLUE value IS 125 (49.22% from 255) = 22.24%

R = 40.04%
G = 37.72%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1D47D (or 0xE1D47D) is known color: Wild Rice. HEX triplet: E1, D4 and 7D. RGB value is (225,212,125). Sum of RGB (Red+Green+Blue) = 225+212+125=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D47D is #1E2B82. Grayscale: #CECECE. Windows color (decimal): -1977219 or 8246497. OLE color: 8246497.

HSL color Cylindrical-coordinate representation of color #E1D47D: hue angle of 52.2º 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 #E1D47D is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 212 125 -
CMYK 0 0.06 0.44 0.12
HSL 52.2º 0.63% 0.69% -
HSV(B) 52.2º 0.44% 0.88% -
XYZ 58.3 64.58 28.79 -
YUV 205.97 82.31 141.57 -
System Red Green Blue C M Y K H S L
Decimal 225 212 125 0 0.06 0.44 0.12 52.2 0.63 0.69
Hex E1 D4 7D 0 6 2C C 34 3E 45
Octal 341 324 175 0 6 54 14 64 76 105
Binary 11100001 11010100 1111101 0 110 101100 1100 110100 111110 1000101

Color Harmonies of #E1D47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D47D

Black with #E1D47D

Text Example


Text Example

White with #E1D47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D47D; }

 p { color: rgb(225,212,125); }

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

background-color css

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

 a { background-color: rgb(225,212,125); }

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

border-color css

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

 span { border-color: rgb(225,212,125); }

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