Html Css Color HEX #E3D16B Wild Rice

📋 copy color: '#E3D16B'

red 227 ◦ green 209 ◦ blue 107

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

Shades of Wild Rice #E3D16B

Tints of Wild Rice #E3D16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.71%

R = 41.8%
G = 38.49%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E3D16B (or 0xE3D16B) is known color: Wild Rice. HEX triplet: E3, D1 and 6B. RGB value is (227,209,107). Sum of RGB (Red+Green+Blue) = 227+209+107=543 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.80% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 107 (42.19% from 255 or 19.71% from 543); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D16B is #1C2E94. Grayscale: #CBCBCB. Windows color (decimal): -1846933 or 7066083. OLE color: 7066083.

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

Color convert

RGB 227 209 107 -
CMYK 0 0.08 0.53 0.11
HSL 51º 0.68% 0.65% -
HSV(B) 51º 0.53% 0.89% -
XYZ 57.13 62.99 23.06 -
YUV 202.75 73.96 145.29 -
System Red Green Blue C M Y K H S L
Decimal 227 209 107 0 0.08 0.53 0.11 51 0.68 0.65
Hex E3 D1 6B 0 8 35 B 33 44 41
Octal 343 321 153 0 10 65 13 63 104 101
Binary 11100011 11010001 1101011 0 1000 110101 1011 110011 1000100 1000001

Color Harmonies of #E3D16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D16B

Black with #E3D16B

Text Example


Text Example

White with #E3D16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D16B; }

 p { color: rgb(227,209,107); }

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

background-color css

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

 a { background-color: rgb(227,209,107); }

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

border-color css

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

 span { border-color: rgb(227,209,107); }

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