Html Css Color HEX #E1D46D Wild Rice

📋 copy color: '#E1D46D'

red 225 ◦ green 212 ◦ blue 109

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

Shades of Wild Rice #E1D46D

Tints of Wild Rice #E1D46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.96%

R = 41.21%
G = 38.83%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1D46D (or 0xE1D46D) is known color: Wild Rice. HEX triplet: E1, D4 and 6D. RGB value is (225,212,109). Sum of RGB (Red+Green+Blue) = 225+212+109=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D46D is #1E2B92. Grayscale: #CCCCCC. Windows color (decimal): -1977235 or 7197921. OLE color: 7197921.

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

Color convert

RGB 225 212 109 -
CMYK 0 0.06 0.52 0.12
HSL 53.28º 0.66% 0.65% -
HSV(B) 53.28º 0.52% 0.88% -
XYZ 57.36 64.2 23.84 -
YUV 204.15 74.31 142.88 -
System Red Green Blue C M Y K H S L
Decimal 225 212 109 0 0.06 0.52 0.12 53.28 0.66 0.65
Hex E1 D4 6D 0 6 34 C 35 42 41
Octal 341 324 155 0 6 64 14 65 102 101
Binary 11100001 11010100 1101101 0 110 110100 1100 110101 1000010 1000001

Color Harmonies of #E1D46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D46D

Black with #E1D46D

Text Example


Text Example

White with #E1D46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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