Html Css Color HEX #E3D076 Wild Rice

📋 copy color: '#E3D076'

red 227 ◦ green 208 ◦ blue 118

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

Shades of Wild Rice #E3D076

Tints of Wild Rice #E3D076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.34%

R = 41.05%
G = 37.61%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E3D076 (or 0xE3D076) is known color: Wild Rice. HEX triplet: E3, D0 and 76. RGB value is (227,208,118). Sum of RGB (Red+Green+Blue) = 227+208+118=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 118 (46.48% from 255 or 21.34% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D076 is #1C2F89. Grayscale: #CBCBCB. Windows color (decimal): -1847178 or 7786723. OLE color: 7786723.

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

Color convert

RGB 227 208 118 -
CMYK 0 0.08 0.48 0.11
HSL 49.54º 0.66% 0.68% -
HSV(B) 49.54º 0.48% 0.89% -
XYZ 57.5 62.75 26.22 -
YUV 203.42 79.79 144.82 -
System Red Green Blue C M Y K H S L
Decimal 227 208 118 0 0.08 0.48 0.11 49.54 0.66 0.68
Hex E3 D0 76 0 8 30 B 32 42 44
Octal 343 320 166 0 10 60 13 62 102 104
Binary 11100011 11010000 1110110 0 1000 110000 1011 110010 1000010 1000100

Color Harmonies of #E3D076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D076

Black with #E3D076

Text Example


Text Example

White with #E3D076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D076; }

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

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

background-color css

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

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

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

border-color css

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

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

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