Html Css Color HEX #E1DA7A Wild Rice

📋 copy color: '#E1DA7A'

red 225 ◦ green 218 ◦ blue 122

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

Shades of Wild Rice #E1DA7A

Tints of Wild Rice #E1DA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.59%

R = 39.82%
G = 38.58%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E1DA7A (or 0xE1DA7A) is known color: Wild Rice. HEX triplet: E1, DA and 7A. RGB value is (225,218,122). Sum of RGB (Red+Green+Blue) = 225+218+122=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DA7A is #1E2585. Grayscale: #D1D1D1. Windows color (decimal): -1975686 or 8051425. OLE color: 8051425.

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

Color convert

RGB 225 218 122 -
CMYK 0 0.03 0.46 0.12
HSL 55.92º 0.63% 0.68% -
HSV(B) 55.92º 0.46% 0.88% -
XYZ 59.64 67.56 28.31 -
YUV 209.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 225 218 122 0 0.03 0.46 0.12 55.92 0.63 0.68
Hex E1 DA 7A 0 3 2E C 38 3F 44
Octal 341 332 172 0 3 56 14 70 77 104
Binary 11100001 11011010 1111010 0 11 101110 1100 111000 111111 1000100

Color Harmonies of #E1DA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DA7A

Black with #E1DA7A

Text Example


Text Example

White with #E1DA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DA7A; }

 p { color: rgb(225,218,122); }

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

background-color css

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

 a { background-color: rgb(225,218,122); }

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

border-color css

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

 span { border-color: rgb(225,218,122); }

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