Html Css Color HEX #E2DA7F Wild Rice

📋 copy color: '#E2DA7F'

red 226 ◦ green 218 ◦ blue 127

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

Shades of Wild Rice #E2DA7F

Tints of Wild Rice #E2DA7F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.18%

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

R = 39.58%
G = 38.18%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E2DA7F (or 0xE2DA7F) is known color: Wild Rice. HEX triplet: E2, DA and 7F. RGB value is (226,218,127). Sum of RGB (Red+Green+Blue) = 226+218+127=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 127 (50% from 255 or 22.24% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DA7F is #1D2580. Grayscale: #D2D2D2. Windows color (decimal): -1910145 or 8379106. OLE color: 8379106.

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

Color convert

RGB 226 218 127 -
CMYK 0 0.04 0.44 0.11
HSL 55.15º 0.63% 0.69% -
HSV(B) 55.15º 0.44% 0.89% -
XYZ 60.27 67.84 30 -
YUV 210.02 81.15 139.4 -
System Red Green Blue C M Y K H S L
Decimal 226 218 127 0 0.04 0.44 0.11 55.15 0.63 0.69
Hex E2 DA 7F 0 4 2C B 37 3F 45
Octal 342 332 177 0 4 54 13 67 77 105
Binary 11100010 11011010 1111111 0 100 101100 1011 110111 111111 1000101

Color Harmonies of #E2DA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DA7F

Black with #E2DA7F

Text Example


Text Example

White with #E2DA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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