Html Css Color HEX #E2D370 Wild Rice

📋 copy color: '#E2D370'

red 226 ◦ green 211 ◦ blue 112

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

Shades of Wild Rice #E2D370

Tints of Wild Rice #E2D370

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.43%

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

R = 41.17%
G = 38.43%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E2D370 (or 0xE2D370) is known color: Wild Rice. HEX triplet: E2, D3 and 70. RGB value is (226,211,112). Sum of RGB (Red+Green+Blue) = 226+211+112=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D370 is #1D2C8F. Grayscale: #CCCCCC. Windows color (decimal): -1911952 or 7394274. OLE color: 7394274.

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

Color convert

RGB 226 211 112 -
CMYK 0 0.07 0.50 0.11
HSL 52.11º 0.66% 0.66% -
HSV(B) 52.11º 0.5% 0.89% -
XYZ 57.58 63.93 24.63 -
YUV 204.2 75.97 143.55 -
System Red Green Blue C M Y K H S L
Decimal 226 211 112 0 0.07 0.50 0.11 52.11 0.66 0.66
Hex E2 D3 70 0 7 32 B 34 42 42
Octal 342 323 160 0 7 62 13 64 102 102
Binary 11100010 11010011 1110000 0 111 110010 1011 110100 1000010 1000010

Color Harmonies of #E2D370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D370

Black with #E2D370

Text Example


Text Example

White with #E2D370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D370; }

 p { color: rgb(226,211,112); }

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

background-color css

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

 a { background-color: rgb(226,211,112); }

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

border-color css

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

 span { border-color: rgb(226,211,112); }

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