Html Css Color HEX #E0D16A Wild Rice

📋 copy color: '#E0D16A'

red 224 ◦ green 209 ◦ blue 106

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

Shades of Wild Rice #E0D16A

Tints of Wild Rice #E0D16A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.78%

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

R = 41.56%
G = 38.78%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0D16A (or 0xE0D16A) is known color: Wild Rice. HEX triplet: E0, D1 and 6A. RGB value is (224,209,106). Sum of RGB (Red+Green+Blue) = 224+209+106=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D16A is #1F2E95. Grayscale: #CACACA. Windows color (decimal): -2043542 or 7000544. OLE color: 7000544.

HSL color Cylindrical-coordinate representation of color #E0D16A: hue angle of 52.37º 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 #E0D16A is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 209 106 -
CMYK 0 0.07 0.53 0.12
HSL 52.37º 0.66% 0.65% -
HSV(B) 52.37º 0.53% 0.88% -
XYZ 56.14 62.49 22.74 -
YUV 201.74 73.97 143.88 -
System Red Green Blue C M Y K H S L
Decimal 224 209 106 0 0.07 0.53 0.12 52.37 0.66 0.65
Hex E0 D1 6A 0 7 35 C 34 42 41
Octal 340 321 152 0 7 65 14 64 102 101
Binary 11100000 11010001 1101010 0 111 110101 1100 110100 1000010 1000001

Color Harmonies of #E0D16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D16A

Black with #E0D16A

Text Example


Text Example

White with #E0D16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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