Html Css Color HEX #E1D57E Wild Rice

📋 copy color: '#E1D57E'

red 225 ◦ green 213 ◦ blue 126

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

Shades of Wild Rice #E1D57E

Tints of Wild Rice #E1D57E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.77%

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

R = 39.89%
G = 37.77%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1D57E (or 0xE1D57E) is known color: Wild Rice. HEX triplet: E1, D5 and 7E. RGB value is (225,213,126). Sum of RGB (Red+Green+Blue) = 225+213+126=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 126 (49.61% from 255 or 22.34% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D57E is #1E2A81. Grayscale: #CFCFCF. Windows color (decimal): -1976962 or 8312289. OLE color: 8312289.

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

Color convert

RGB 225 213 126 -
CMYK 0 0.05 0.44 0.12
HSL 52.73º 0.62% 0.69% -
HSV(B) 52.73º 0.44% 0.88% -
XYZ 58.61 65.1 29.22 -
YUV 206.67 82.48 141.07 -
System Red Green Blue C M Y K H S L
Decimal 225 213 126 0 0.05 0.44 0.12 52.73 0.62 0.69
Hex E1 D5 7E 0 5 2C C 35 3E 45
Octal 341 325 176 0 5 54 14 65 76 105
Binary 11100001 11010101 1111110 0 101 101100 1100 110101 111110 1000101

Color Harmonies of #E1D57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D57E

Black with #E1D57E

Text Example


Text Example

White with #E1D57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D57E; }

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

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

background-color css

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

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

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

border-color css

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

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

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