Html Css Color HEX #E1D677 Wild Rice

📋 copy color: '#E1D677'

red 225 ◦ green 214 ◦ blue 119

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

Shades of Wild Rice #E1D677

Tints of Wild Rice #E1D677

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.35%

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

R = 40.32%
G = 38.35%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E1D677 (or 0xE1D677) is known color: Wild Rice. HEX triplet: E1, D6 and 77. RGB value is (225,214,119). Sum of RGB (Red+Green+Blue) = 225+214+119=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 119 (46.88% from 255 or 21.33% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D677 is #1E2988. Grayscale: #CECECE. Windows color (decimal): -1976713 or 7853793. OLE color: 7853793.

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

Color convert

RGB 225 214 119 -
CMYK 0 0.05 0.47 0.12
HSL 53.77º 0.64% 0.67% -
HSV(B) 53.77º 0.47% 0.88% -
XYZ 58.43 65.43 27 -
YUV 206.46 78.64 141.22 -
System Red Green Blue C M Y K H S L
Decimal 225 214 119 0 0.05 0.47 0.12 53.77 0.64 0.67
Hex E1 D6 77 0 5 2F C 36 40 43
Octal 341 326 167 0 5 57 14 66 100 103
Binary 11100001 11010110 1110111 0 101 101111 1100 110110 1000000 1000011

Color Harmonies of #E1D677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D677

Black with #E1D677

Text Example


Text Example

White with #E1D677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D677; }

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

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

background-color css

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

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

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

border-color css

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

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

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