Html Css Color HEX #E3D76C Wild Rice

📋 copy color: '#E3D76C'

red 227 ◦ green 215 ◦ blue 108

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

Shades of Wild Rice #E3D76C

Tints of Wild Rice #E3D76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.64%

R = 41.27%
G = 39.09%
B = 19.64%

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

#E3D76C (or 0xE3D76C) is known color: Wild Rice. HEX triplet: E3, D7 and 6C. RGB value is (227,215,108). Sum of RGB (Red+Green+Blue) = 227+215+108=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 108 (42.58% from 255 or 19.64% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D76C is #1C2893. Grayscale: #CECECE. Windows color (decimal): -1845396 or 7133155. OLE color: 7133155.

HSL color Cylindrical-coordinate representation of color #E3D76C: hue angle of 53.95º 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 #E3D76C is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 215 108 -
CMYK 0 0.05 0.52 0.11
HSL 53.95º 0.68% 0.66% -
HSV(B) 53.95º 0.52% 0.89% -
XYZ 58.69 66.01 23.84 -
YUV 206.39 72.48 142.7 -
System Red Green Blue C M Y K H S L
Decimal 227 215 108 0 0.05 0.52 0.11 53.95 0.68 0.66
Hex E3 D7 6C 0 5 34 B 36 44 42
Octal 343 327 154 0 5 64 13 66 104 102
Binary 11100011 11010111 1101100 0 101 110100 1011 110110 1000100 1000010

Color Harmonies of #E3D76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D76C

Black with #E3D76C

Text Example


Text Example

White with #E3D76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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