Html Css Color HEX #E1D277 Wild Rice

📋 copy color: '#E1D277'

red 225 ◦ green 210 ◦ blue 119

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

Shades of Wild Rice #E1D277

Tints of Wild Rice #E1D277

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.91%

 BLUE value IS 119 (46.88% from 255) = 21.48%

R = 40.61%
G = 37.91%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E1D277 (or 0xE1D277) is known color: Wild Rice. HEX triplet: E1, D2 and 77. RGB value is (225,210,119). Sum of RGB (Red+Green+Blue) = 225+210+119=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 119 (46.88% from 255 or 21.48% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D277 is #1E2D88. Grayscale: #CCCCCC. Windows color (decimal): -1977737 or 7852769. OLE color: 7852769.

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

Color convert

RGB 225 210 119 -
CMYK 0 0.07 0.47 0.12
HSL 51.51º 0.64% 0.67% -
HSV(B) 51.51º 0.47% 0.88% -
XYZ 57.43 63.43 26.67 -
YUV 204.11 79.97 142.9 -
System Red Green Blue C M Y K H S L
Decimal 225 210 119 0 0.07 0.47 0.12 51.51 0.64 0.67
Hex E1 D2 77 0 7 2F C 34 40 43
Octal 341 322 167 0 7 57 14 64 100 103
Binary 11100001 11010010 1110111 0 111 101111 1100 110100 1000000 1000011

Color Harmonies of #E1D277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D277

Black with #E1D277

Text Example


Text Example

White with #E1D277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D277; }

 p { color: rgb(225,210,119); }

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

background-color css

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

 a { background-color: rgb(225,210,119); }

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

border-color css

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

 span { border-color: rgb(225,210,119); }

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