Html Css Color HEX #E2DC7A Wild Rice

📋 copy color: '#E2DC7A'

red 226 ◦ green 220 ◦ blue 122

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

Shades of Wild Rice #E2DC7A

Tints of Wild Rice #E2DC7A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.73%

 BLUE value IS 122 (48.05% from 255) = 21.48%

R = 39.79%
G = 38.73%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2DC7A (or 0xE2DC7A) is known color: Wild Rice. HEX triplet: E2, DC and 7A. RGB value is (226,220,122). Sum of RGB (Red+Green+Blue) = 226+220+122=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 122 (48.05% from 255 or 21.48% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DC7A is #1D2385. Grayscale: #D3D3D3. Windows color (decimal): -1909638 or 8051938. OLE color: 8051938.

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

Color convert

RGB 226 220 122 -
CMYK 0 0.03 0.46 0.11
HSL 56.54º 0.64% 0.68% -
HSV(B) 56.54º 0.46% 0.89% -
XYZ 60.47 68.76 28.5 -
YUV 210.62 77.99 138.97 -
System Red Green Blue C M Y K H S L
Decimal 226 220 122 0 0.03 0.46 0.11 56.54 0.64 0.68
Hex E2 DC 7A 0 3 2E B 39 40 44
Octal 342 334 172 0 3 56 13 71 100 104
Binary 11100010 11011100 1111010 0 11 101110 1011 111001 1000000 1000100

Color Harmonies of #E2DC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DC7A

Black with #E2DC7A

Text Example


Text Example

White with #E2DC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DC7A; }

 p { color: rgb(226,220,122); }

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

background-color css

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

 a { background-color: rgb(226,220,122); }

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

border-color css

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

 span { border-color: rgb(226,220,122); }

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