Html Css Color HEX #E1D575 Wild Rice

📋 copy color: '#E1D575'

red 225 ◦ green 213 ◦ blue 117

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

Shades of Wild Rice #E1D575

Tints of Wild Rice #E1D575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.08%

R = 40.54%
G = 38.38%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E1D575 (or 0xE1D575) is known color: Wild Rice. HEX triplet: E1, D5 and 75. RGB value is (225,213,117). Sum of RGB (Red+Green+Blue) = 225+213+117=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D575 is #1E2A8A. Grayscale: #CECECE. Windows color (decimal): -1976971 or 7722465. OLE color: 7722465.

HSL color Cylindrical-coordinate representation of color #E1D575: hue angle of 53.33º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1D575 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 213 117 -
CMYK 0 0.05 0.48 0.12
HSL 53.33º 0.64% 0.67% -
HSV(B) 53.33º 0.48% 0.88% -
XYZ 58.06 64.88 26.29 -
YUV 205.64 77.98 141.81 -
System Red Green Blue C M Y K H S L
Decimal 225 213 117 0 0.05 0.48 0.12 53.33 0.64 0.67
Hex E1 D5 75 0 5 30 C 35 40 43
Octal 341 325 165 0 5 60 14 65 100 103
Binary 11100001 11010101 1110101 0 101 110000 1100 110101 1000000 1000011

Color Harmonies of #E1D575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D575

Black with #E1D575

Text Example


Text Example

White with #E1D575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D575; }

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

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

background-color css

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

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

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

border-color css

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

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

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