Html Css Color HEX #E1DC7B Wild Rice

📋 copy color: '#E1DC7B'

red 225 ◦ green 220 ◦ blue 123

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

Shades of Wild Rice #E1DC7B

Tints of Wild Rice #E1DC7B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.73%

 BLUE value IS 123 (48.44% from 255) = 21.65%

R = 39.61%
G = 38.73%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1DC7B (or 0xE1DC7B) is known color: Wild Rice. HEX triplet: E1, DC and 7B. RGB value is (225,220,123). Sum of RGB (Red+Green+Blue) = 225+220+123=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 123 (48.44% from 255 or 21.65% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DC7B is #1E2384. Grayscale: #D2D2D2. Windows color (decimal): -1975173 or 8117473. OLE color: 8117473.

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

Color convert

RGB 225 220 123 -
CMYK 0 0.02 0.45 0.12
HSL 57.06º 0.63% 0.68% -
HSV(B) 57.06º 0.45% 0.88% -
XYZ 60.22 68.62 28.81 -
YUV 210.44 78.66 138.39 -
System Red Green Blue C M Y K H S L
Decimal 225 220 123 0 0.02 0.45 0.12 57.06 0.63 0.68
Hex E1 DC 7B 0 2 2D C 39 3F 44
Octal 341 334 173 0 2 55 14 71 77 104
Binary 11100001 11011100 1111011 0 10 101101 1100 111001 111111 1000100

Color Harmonies of #E1DC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DC7B

Black with #E1DC7B

Text Example


Text Example

White with #E1DC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DC7B; }

 p { color: rgb(225,220,123); }

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

background-color css

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

 a { background-color: rgb(225,220,123); }

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

border-color css

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

 span { border-color: rgb(225,220,123); }

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