Html Css Color HEX #E2D678 Wild Rice

📋 copy color: '#E2D678'

red 226 ◦ green 214 ◦ blue 120

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

Shades of Wild Rice #E2D678

Tints of Wild Rice #E2D678

RGB

 RED value IS 226 (88.67% from 255) = 40.36%

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

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

R = 40.36%
G = 38.21%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E2D678 (or 0xE2D678) is known color: Wild Rice. HEX triplet: E2, D6 and 78. RGB value is (226,214,120). Sum of RGB (Red+Green+Blue) = 226+214+120=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 120 (47.27% from 255 or 21.43% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D678 is #1D2987. Grayscale: #CFCFCF. Windows color (decimal): -1911176 or 7919330. OLE color: 7919330.

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

Color convert

RGB 226 214 120 -
CMYK 0 0.05 0.47 0.11
HSL 53.21º 0.65% 0.68% -
HSV(B) 53.21º 0.47% 0.89% -
XYZ 58.8 65.62 27.34 -
YUV 206.87 78.98 141.64 -
System Red Green Blue C M Y K H S L
Decimal 226 214 120 0 0.05 0.47 0.11 53.21 0.65 0.68
Hex E2 D6 78 0 5 2F B 35 41 44
Octal 342 326 170 0 5 57 13 65 101 104
Binary 11100010 11010110 1111000 0 101 101111 1011 110101 1000001 1000100

Color Harmonies of #E2D678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D678

Black with #E2D678

Text Example


Text Example

White with #E2D678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D678; }

 p { color: rgb(226,214,120); }

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

background-color css

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

 a { background-color: rgb(226,214,120); }

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

border-color css

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

 span { border-color: rgb(226,214,120); }

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