Html Css Color HEX #E0D46A Wild Rice

📋 copy color: '#E0D46A'

red 224 ◦ green 212 ◦ blue 106

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

Shades of Wild Rice #E0D46A

Tints of Wild Rice #E0D46A

RGB

 RED value IS 224 (87.89% from 255) = 41.33%

 GREEN value IS 212 (83.2% from 255) = 39.11%

 BLUE value IS 106 (41.8% from 255) = 19.56%

R = 41.33%
G = 39.11%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0D46A (or 0xE0D46A) is known color: Wild Rice. HEX triplet: E0, D4 and 6A. RGB value is (224,212,106). Sum of RGB (Red+Green+Blue) = 224+212+106=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 212 (83.20% from 255 or 39.11% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D46A is #1F2B95. Grayscale: #CBCBCB. Windows color (decimal): -2042774 or 7001312. OLE color: 7001312.

HSL color Cylindrical-coordinate representation of color #E0D46A: hue angle of 53.9º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0D46A is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 212 106 -
CMYK 0 0.05 0.53 0.12
HSL 53.9º 0.66% 0.65% -
HSV(B) 53.9º 0.53% 0.88% -
XYZ 56.89 63.97 22.99 -
YUV 203.5 72.98 142.62 -
System Red Green Blue C M Y K H S L
Decimal 224 212 106 0 0.05 0.53 0.12 53.9 0.66 0.65
Hex E0 D4 6A 0 5 35 C 36 42 41
Octal 340 324 152 0 5 65 14 66 102 101
Binary 11100000 11010100 1101010 0 101 110101 1100 110110 1000010 1000001

Color Harmonies of #E0D46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D46A

Black with #E0D46A

Text Example


Text Example

White with #E0D46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D46A; }

 p { color: rgb(224,212,106); }

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

background-color css

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

 a { background-color: rgb(224,212,106); }

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

border-color css

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

 span { border-color: rgb(224,212,106); }

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