Html Css Color HEX #E3D07A Wild Rice

📋 copy color: '#E3D07A'

red 227 ◦ green 208 ◦ blue 122

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

Shades of Wild Rice #E3D07A

Tints of Wild Rice #E3D07A

RGB

 RED value IS 227 (89.06% from 255) = 40.75%

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

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

R = 40.75%
G = 37.34%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E3D07A (or 0xE3D07A) is known color: Wild Rice. HEX triplet: E3, D0 and 7A. RGB value is (227,208,122). Sum of RGB (Red+Green+Blue) = 227+208+122=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D07A is #1C2F85. Grayscale: #CCCCCC. Windows color (decimal): -1847174 or 8048867. OLE color: 8048867.

HSL color Cylindrical-coordinate representation of color #E3D07A: hue angle of 49.14º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E3D07A is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 208 122 -
CMYK 0 0.08 0.46 0.11
HSL 49.14º 0.65% 0.68% -
HSV(B) 49.14º 0.46% 0.89% -
XYZ 57.75 62.85 27.5 -
YUV 203.88 81.79 144.49 -
System Red Green Blue C M Y K H S L
Decimal 227 208 122 0 0.08 0.46 0.11 49.14 0.65 0.68
Hex E3 D0 7A 0 8 2E B 31 41 44
Octal 343 320 172 0 10 56 13 61 101 104
Binary 11100011 11010000 1111010 0 1000 101110 1011 110001 1000001 1000100

Color Harmonies of #E3D07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D07A

Black with #E3D07A

Text Example


Text Example

White with #E3D07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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