Html Css Color HEX #E3D478 Wild Rice

📋 copy color: '#E3D478'

red 227 ◦ green 212 ◦ blue 120

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

Shades of Wild Rice #E3D478

Tints of Wild Rice #E3D478

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.92%

 BLUE value IS 120 (47.27% from 255) = 21.47%

R = 40.61%
G = 37.92%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E3D478 (or 0xE3D478) is known color: Wild Rice. HEX triplet: E3, D4 and 78. RGB value is (227,212,120). Sum of RGB (Red+Green+Blue) = 227+212+120=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 120 (47.27% from 255 or 21.47% from 559); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D478 is #1C2B87. Grayscale: #CECECE. Windows color (decimal): -1846152 or 7918819. OLE color: 7918819.

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

Color convert

RGB 227 212 120 -
CMYK 0 0.07 0.47 0.11
HSL 51.59º 0.66% 0.68% -
HSV(B) 51.59º 0.47% 0.89% -
XYZ 58.61 64.77 27.18 -
YUV 206 79.47 142.98 -
System Red Green Blue C M Y K H S L
Decimal 227 212 120 0 0.07 0.47 0.11 51.59 0.66 0.68
Hex E3 D4 78 0 7 2F B 34 42 44
Octal 343 324 170 0 7 57 13 64 102 104
Binary 11100011 11010100 1111000 0 111 101111 1011 110100 1000010 1000100

Color Harmonies of #E3D478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D478

Black with #E3D478

Text Example


Text Example

White with #E3D478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D478; }

 p { color: rgb(227,212,120); }

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

background-color css

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

 a { background-color: rgb(227,212,120); }

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

border-color css

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

 span { border-color: rgb(227,212,120); }

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