Html Css Color HEX #E2DB78 Wild Rice

📋 copy color: '#E2DB78'

red 226 ◦ green 219 ◦ blue 120

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

Shades of Wild Rice #E2DB78

Tints of Wild Rice #E2DB78

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.76%

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

R = 40%
G = 38.76%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E2DB78 (or 0xE2DB78) is known color: Wild Rice. HEX triplet: E2, DB and 78. RGB value is (226,219,120). Sum of RGB (Red+Green+Blue) = 226+219+120=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 120 (47.27% from 255 or 21.24% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DB78 is #1D2487. Grayscale: #D2D2D2. Windows color (decimal): -1909896 or 7920610. OLE color: 7920610.

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

Color convert

RGB 226 219 120 -
CMYK 0 0.03 0.47 0.11
HSL 56.04º 0.65% 0.68% -
HSV(B) 56.04º 0.47% 0.89% -
XYZ 60.09 68.19 27.76 -
YUV 209.81 77.32 139.55 -
System Red Green Blue C M Y K H S L
Decimal 226 219 120 0 0.03 0.47 0.11 56.04 0.65 0.68
Hex E2 DB 78 0 3 2F B 38 41 44
Octal 342 333 170 0 3 57 13 70 101 104
Binary 11100010 11011011 1111000 0 11 101111 1011 111000 1000001 1000100

Color Harmonies of #E2DB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DB78

Black with #E2DB78

Text Example


Text Example

White with #E2DB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DB78; }

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

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

background-color css

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

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

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

border-color css

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

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

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