Html Css Color HEX #E1DB7E Wild Rice

📋 copy color: '#E1DB7E'

red 225 ◦ green 219 ◦ blue 126

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

Shades of Wild Rice #E1DB7E

Tints of Wild Rice #E1DB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.11%

R = 39.47%
G = 38.42%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1DB7E (or 0xE1DB7E) is known color: Wild Rice. HEX triplet: E1, DB and 7E. RGB value is (225,219,126). Sum of RGB (Red+Green+Blue) = 225+219+126=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 126 (49.61% from 255 or 22.11% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DB7E is #1E2481. Grayscale: #D2D2D2. Windows color (decimal): -1975426 or 8313825. OLE color: 8313825.

HSL color Cylindrical-coordinate representation of color #E1DB7E: hue angle of 56.36º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1DB7E is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 219 126 -
CMYK 0 0.03 0.44 0.12
HSL 56.36º 0.62% 0.69% -
HSV(B) 56.36º 0.44% 0.88% -
XYZ 60.15 68.18 29.73 -
YUV 210.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 225 219 126 0 0.03 0.44 0.12 56.36 0.62 0.69
Hex E1 DB 7E 0 3 2C C 38 3E 45
Octal 341 333 176 0 3 54 14 70 76 105
Binary 11100001 11011011 1111110 0 11 101100 1100 111000 111110 1000101

Color Harmonies of #E1DB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DB7E

Black with #E1DB7E

Text Example


Text Example

White with #E1DB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DB7E; }

 p { color: rgb(225,219,126); }

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

background-color css

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

 a { background-color: rgb(225,219,126); }

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

border-color css

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

 span { border-color: rgb(225,219,126); }

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