Html Css Color HEX #E5DC73 Wild Rice

📋 copy color: '#E5DC73'

red 229 ◦ green 220 ◦ blue 115

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

Shades of Wild Rice #E5DC73

Tints of Wild Rice #E5DC73

RGB

 RED value IS 229 (89.84% from 255) = 40.6%

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

 BLUE value IS 115 (45.31% from 255) = 20.39%

R = 40.6%
G = 39.01%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E5DC73 (or 0xE5DC73) is known color: Wild Rice. HEX triplet: E5, DC and 73. RGB value is (229,220,115). Sum of RGB (Red+Green+Blue) = 229+220+115=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DC73 is #1A238C. Grayscale: #D3D3D3. Windows color (decimal): -1713037 or 7593189. OLE color: 7593189.

HSL color Cylindrical-coordinate representation of color #E5DC73: hue angle of 55.26º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5DC73 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 220 115 -
CMYK 0 0.04 0.50 0.10
HSL 55.26º 0.69% 0.67% -
HSV(B) 55.26º 0.5% 0.9% -
XYZ 61 69.08 26.34 -
YUV 210.72 73.98 141.04 -
System Red Green Blue C M Y K H S L
Decimal 229 220 115 0 0.04 0.50 0.10 55.26 0.69 0.67
Hex E5 DC 73 0 4 32 A 37 45 43
Octal 345 334 163 0 4 62 12 67 105 103
Binary 11100101 11011100 1110011 0 100 110010 1010 110111 1000101 1000011

Color Harmonies of #E5DC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DC73

Black with #E5DC73

Text Example


Text Example

White with #E5DC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DC73; }

 p { color: rgb(229,220,115); }

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

background-color css

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

 a { background-color: rgb(229,220,115); }

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

border-color css

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

 span { border-color: rgb(229,220,115); }

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