Html Css Color HEX #E2DB7F Wild Rice

📋 copy color: '#E2DB7F'

red 226 ◦ green 219 ◦ blue 127

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

Shades of Wild Rice #E2DB7F

Tints of Wild Rice #E2DB7F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.29%

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

R = 39.51%
G = 38.29%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E2DB7F (or 0xE2DB7F) is known color: Wild Rice. HEX triplet: E2, DB and 7F. RGB value is (226,219,127). Sum of RGB (Red+Green+Blue) = 226+219+127=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 127 (50% from 255 or 22.20% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DB7F is #1D2480. Grayscale: #D2D2D2. Windows color (decimal): -1909889 or 8379362. OLE color: 8379362.

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

Color convert

RGB 226 219 127 -
CMYK 0 0.03 0.44 0.11
HSL 55.76º 0.63% 0.69% -
HSV(B) 55.76º 0.44% 0.89% -
XYZ 60.53 68.36 30.08 -
YUV 210.61 80.82 138.98 -
System Red Green Blue C M Y K H S L
Decimal 226 219 127 0 0.03 0.44 0.11 55.76 0.63 0.69
Hex E2 DB 7F 0 3 2C B 38 3F 45
Octal 342 333 177 0 3 54 13 70 77 105
Binary 11100010 11011011 1111111 0 11 101100 1011 111000 111111 1000101

Color Harmonies of #E2DB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DB7F

Black with #E2DB7F

Text Example


Text Example

White with #E2DB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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