Html Css Color HEX #E5D17A Wild Rice

📋 copy color: '#E5D17A'

red 229 ◦ green 209 ◦ blue 122

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

Shades of Wild Rice #E5D17A

Tints of Wild Rice #E5D17A

RGB

 RED value IS 229 (89.84% from 255) = 40.89%

 GREEN value IS 209 (82.03% from 255) = 37.32%

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

R = 40.89%
G = 37.32%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E5D17A (or 0xE5D17A) is known color: Wild Rice. HEX triplet: E5, D1 and 7A. RGB value is (229,209,122). Sum of RGB (Red+Green+Blue) = 229+209+122=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D17A is #1A2E85. Grayscale: #CDCDCD. Windows color (decimal): -1715846 or 8049125. OLE color: 8049125.

HSL color Cylindrical-coordinate representation of color #E5D17A: hue angle of 48.79º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5D17A is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 209 122 -
CMYK 0 0.09 0.47 0.10
HSL 48.79º 0.67% 0.69% -
HSV(B) 48.79º 0.47% 0.9% -
XYZ 58.63 63.66 27.61 -
YUV 205.06 81.13 145.07 -
System Red Green Blue C M Y K H S L
Decimal 229 209 122 0 0.09 0.47 0.10 48.79 0.67 0.69
Hex E5 D1 7A 0 9 2F A 31 43 45
Octal 345 321 172 0 11 57 12 61 103 105
Binary 11100101 11010001 1111010 0 1001 101111 1010 110001 1000011 1000101

Color Harmonies of #E5D17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D17A

Black with #E5D17A

Text Example


Text Example

White with #E5D17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D17A; }

 p { color: rgb(229,209,122); }

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

background-color css

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

 a { background-color: rgb(229,209,122); }

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

border-color css

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

 span { border-color: rgb(229,209,122); }

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