Html Css Color HEX #E3D670 Wild Rice

📋 copy color: '#E3D670'

red 227 ◦ green 214 ◦ blue 112

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

Shades of Wild Rice #E3D670

Tints of Wild Rice #E3D670

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.7%

 BLUE value IS 112 (44.14% from 255) = 20.25%

R = 41.05%
G = 38.7%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E3D670 (or 0xE3D670) is known color: Wild Rice. HEX triplet: E3, D6 and 70. RGB value is (227,214,112). Sum of RGB (Red+Green+Blue) = 227+214+112=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 112 (44.14% from 255 or 20.25% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D670 is #1C298F. Grayscale: #CECECE. Windows color (decimal): -1845648 or 7395043. OLE color: 7395043.

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

Color convert

RGB 227 214 112 -
CMYK 0 0.06 0.51 0.11
HSL 53.22º 0.67% 0.66% -
HSV(B) 53.22º 0.51% 0.89% -
XYZ 58.65 65.59 24.9 -
YUV 206.26 74.81 142.79 -
System Red Green Blue C M Y K H S L
Decimal 227 214 112 0 0.06 0.51 0.11 53.22 0.67 0.66
Hex E3 D6 70 0 6 33 B 35 43 42
Octal 343 326 160 0 6 63 13 65 103 102
Binary 11100011 11010110 1110000 0 110 110011 1011 110101 1000011 1000010

Color Harmonies of #E3D670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D670

Black with #E3D670

Text Example


Text Example

White with #E3D670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D670; }

 p { color: rgb(227,214,112); }

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

background-color css

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

 a { background-color: rgb(227,214,112); }

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

border-color css

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

 span { border-color: rgb(227,214,112); }

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