Html Css Color HEX #E5D07A Wild Rice

📋 copy color: '#E5D07A'

red 229 ◦ green 208 ◦ blue 122

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

Shades of Wild Rice #E5D07A

Tints of Wild Rice #E5D07A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.21%

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

R = 40.97%
G = 37.21%
B = 21.82%

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

#E5D07A (or 0xE5D07A) is known color: Wild Rice. HEX triplet: E5, D0 and 7A. RGB value is (229,208,122). Sum of RGB (Red+Green+Blue) = 229+208+122=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 122 (48.05% from 255 or 21.82% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D07A is #1A2F85. Grayscale: #CCCCCC. Windows color (decimal): -1716102 or 8048869. OLE color: 8048869.

HSL color Cylindrical-coordinate representation of color #E5D07A: hue angle of 48.22º 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 #E5D07A is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 208 122 -
CMYK 0 0.09 0.47 0.10
HSL 48.22º 0.67% 0.69% -
HSV(B) 48.22º 0.47% 0.9% -
XYZ 58.38 63.17 27.53 -
YUV 204.48 81.46 145.49 -
System Red Green Blue C M Y K H S L
Decimal 229 208 122 0 0.09 0.47 0.10 48.22 0.67 0.69
Hex E5 D0 7A 0 9 2F A 30 43 45
Octal 345 320 172 0 11 57 12 60 103 105
Binary 11100101 11010000 1111010 0 1001 101111 1010 110000 1000011 1000101

Color Harmonies of #E5D07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D07A

Black with #E5D07A

Text Example


Text Example

White with #E5D07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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