Html Css Color HEX #E1D37E Wild Rice

📋 copy color: '#E1D37E'

red 225 ◦ green 211 ◦ blue 126

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

Shades of Wild Rice #E1D37E

Tints of Wild Rice #E1D37E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.54%

 BLUE value IS 126 (49.61% from 255) = 22.42%

R = 40.04%
G = 37.54%
B = 22.42%

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

#E1D37E (or 0xE1D37E) is known color: Wild Rice. HEX triplet: E1, D3 and 7E. RGB value is (225,211,126). Sum of RGB (Red+Green+Blue) = 225+211+126=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 126 (49.61% from 255 or 22.42% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D37E is #1E2C81. Grayscale: #CDCDCD. Windows color (decimal): -1977474 or 8311777. OLE color: 8311777.

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

Color convert

RGB 225 211 126 -
CMYK 0 0.06 0.44 0.12
HSL 51.52º 0.62% 0.69% -
HSV(B) 51.52º 0.44% 0.88% -
XYZ 58.11 64.1 29.05 -
YUV 205.5 83.14 141.91 -
System Red Green Blue C M Y K H S L
Decimal 225 211 126 0 0.06 0.44 0.12 51.52 0.62 0.69
Hex E1 D3 7E 0 6 2C C 34 3E 45
Octal 341 323 176 0 6 54 14 64 76 105
Binary 11100001 11010011 1111110 0 110 101100 1100 110100 111110 1000101

Color Harmonies of #E1D37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D37E

Black with #E1D37E

Text Example


Text Example

White with #E1D37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D37E; }

 p { color: rgb(225,211,126); }

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

background-color css

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

 a { background-color: rgb(225,211,126); }

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

border-color css

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

 span { border-color: rgb(225,211,126); }

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