Html Css Color HEX #E2D77F Wild Rice

📋 copy color: '#E2D77F'

red 226 ◦ green 215 ◦ blue 127

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

Shades of Wild Rice #E2D77F

Tints of Wild Rice #E2D77F

RGB

 RED value IS 226 (88.67% from 255) = 39.79%

 GREEN value IS 215 (84.38% from 255) = 37.85%

 BLUE value IS 127 (50% from 255) = 22.36%

R = 39.79%
G = 37.85%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E2D77F (or 0xE2D77F) is known color: Wild Rice. HEX triplet: E2, D7 and 7F. RGB value is (226,215,127). Sum of RGB (Red+Green+Blue) = 226+215+127=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 127 (50% from 255 or 22.36% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D77F is #1D2880. Grayscale: #D0D0D0. Windows color (decimal): -1910913 or 8378338. OLE color: 8378338.

HSL color Cylindrical-coordinate representation of color #E2D77F: hue angle of 53.33º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E2D77F is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 215 127 -
CMYK 0 0.05 0.44 0.11
HSL 53.33º 0.63% 0.69% -
HSV(B) 53.33º 0.44% 0.89% -
XYZ 59.5 66.3 29.74 -
YUV 208.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 226 215 127 0 0.05 0.44 0.11 53.33 0.63 0.69
Hex E2 D7 7F 0 5 2C B 35 3F 45
Octal 342 327 177 0 5 54 13 65 77 105
Binary 11100010 11010111 1111111 0 101 101100 1011 110101 111111 1000101

Color Harmonies of #E2D77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D77F

Black with #E2D77F

Text Example


Text Example

White with #E2D77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D77F; }

 p { color: rgb(226,215,127); }

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

background-color css

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

 a { background-color: rgb(226,215,127); }

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

border-color css

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

 span { border-color: rgb(226,215,127); }

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