Html Css Color HEX #E3D76E Wild Rice

📋 copy color: '#E3D76E'

red 227 ◦ green 215 ◦ blue 110

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

Shades of Wild Rice #E3D76E

Tints of Wild Rice #E3D76E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.95%

 BLUE value IS 110 (43.36% from 255) = 19.93%

R = 41.12%
G = 38.95%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E3D76E (or 0xE3D76E) is known color: Wild Rice. HEX triplet: E3, D7 and 6E. RGB value is (227,215,110). Sum of RGB (Red+Green+Blue) = 227+215+110=552 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.12% from 552); Green value is 215 (84.38% from 255 or 38.95% from 552); Blue value is 110 (43.36% from 255 or 19.93% from 552); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D76E is #1C2891. Grayscale: #CFCFCF. Windows color (decimal): -1845394 or 7264227. OLE color: 7264227.

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

Color convert

RGB 227 215 110 -
CMYK 0 0.05 0.52 0.11
HSL 53.85º 0.68% 0.66% -
HSV(B) 53.85º 0.52% 0.89% -
XYZ 58.79 66.06 24.4 -
YUV 206.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 227 215 110 0 0.05 0.52 0.11 53.85 0.68 0.66
Hex E3 D7 6E 0 5 34 B 36 44 42
Octal 343 327 156 0 5 64 13 66 104 102
Binary 11100011 11010111 1101110 0 101 110100 1011 110110 1000100 1000010

Color Harmonies of #E3D76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D76E

Black with #E3D76E

Text Example


Text Example

White with #E3D76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D76E; }

 p { color: rgb(227,215,110); }

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

background-color css

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

 a { background-color: rgb(227,215,110); }

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

border-color css

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

 span { border-color: rgb(227,215,110); }

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