Html Css Color HEX #E2D97D Wild Rice

📋 copy color: '#E2D97D'

red 226 ◦ green 217 ◦ blue 125

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

Shades of Wild Rice #E2D97D

Tints of Wild Rice #E2D97D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.2%

 BLUE value IS 125 (49.22% from 255) = 22.01%

R = 39.79%
G = 38.2%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2D97D (or 0xE2D97D) is known color: Wild Rice. HEX triplet: E2, D9 and 7D. RGB value is (226,217,125). Sum of RGB (Red+Green+Blue) = 226+217+125=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D97D is #1D2682. Grayscale: #D1D1D1. Windows color (decimal): -1910403 or 8247778. OLE color: 8247778.

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

Color convert

RGB 226 217 125 -
CMYK 0 0.04 0.45 0.11
HSL 54.65º 0.64% 0.69% -
HSV(B) 54.65º 0.45% 0.89% -
XYZ 59.88 67.28 29.23 -
YUV 209.2 80.48 139.98 -
System Red Green Blue C M Y K H S L
Decimal 226 217 125 0 0.04 0.45 0.11 54.65 0.64 0.69
Hex E2 D9 7D 0 4 2D B 37 40 45
Octal 342 331 175 0 4 55 13 67 100 105
Binary 11100010 11011001 1111101 0 100 101101 1011 110111 1000000 1000101

Color Harmonies of #E2D97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D97D

Black with #E2D97D

Text Example


Text Example

White with #E2D97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D97D; }

 p { color: rgb(226,217,125); }

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

background-color css

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

 a { background-color: rgb(226,217,125); }

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

border-color css

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

 span { border-color: rgb(226,217,125); }

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