Html Css Color HEX #E2D680 Wild Rice

📋 copy color: '#E2D680'

red 226 ◦ green 214 ◦ blue 128

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

Shades of Wild Rice #E2D680

Tints of Wild Rice #E2D680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.54%

R = 39.79%
G = 37.68%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E2D680 (or 0xE2D680) is known color: Wild Rice. HEX triplet: E2, D6 and 80. RGB value is (226,214,128). Sum of RGB (Red+Green+Blue) = 226+214+128=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D680 is #1D297F. Grayscale: #D0D0D0. Windows color (decimal): -1911168 or 8443618. OLE color: 8443618.

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

Color convert

RGB 226 214 128 -
CMYK 0 0.05 0.43 0.11
HSL 52.65º 0.63% 0.69% -
HSV(B) 52.65º 0.43% 0.89% -
XYZ 59.31 65.82 30 -
YUV 207.78 82.98 140.99 -
System Red Green Blue C M Y K H S L
Decimal 226 214 128 0 0.05 0.43 0.11 52.65 0.63 0.69
Hex E2 D6 80 0 5 2B B 35 3F 45
Octal 342 326 200 0 5 53 13 65 77 105
Binary 11100010 11010110 10000000 0 101 101011 1011 110101 111111 1000101

Color Harmonies of #E2D680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D680

Black with #E2D680

Text Example


Text Example

White with #E2D680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D680; }

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

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

background-color css

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

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

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

border-color css

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

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

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