Html Css Color HEX #E5DA73 Wild Rice

📋 copy color: '#E5DA73'

red 229 ◦ green 218 ◦ blue 115

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

Shades of Wild Rice #E5DA73

Tints of Wild Rice #E5DA73

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.79%

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

R = 40.75%
G = 38.79%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E5DA73 (or 0xE5DA73) is known color: Wild Rice. HEX triplet: E5, DA and 73. RGB value is (229,218,115). Sum of RGB (Red+Green+Blue) = 229+218+115=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 115 (45.31% from 255 or 20.46% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DA73 is #1A258C. Grayscale: #D1D1D1. Windows color (decimal): -1713549 or 7592677. OLE color: 7592677.

HSL color Cylindrical-coordinate representation of color #E5DA73: hue angle of 54.21º 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 #E5DA73 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 218 115 -
CMYK 0 0.05 0.50 0.10
HSL 54.21º 0.69% 0.67% -
HSV(B) 54.21º 0.5% 0.9% -
XYZ 60.48 68.04 26.16 -
YUV 209.55 74.64 141.88 -
System Red Green Blue C M Y K H S L
Decimal 229 218 115 0 0.05 0.50 0.10 54.21 0.69 0.67
Hex E5 DA 73 0 5 32 A 36 45 43
Octal 345 332 163 0 5 62 12 66 105 103
Binary 11100101 11011010 1110011 0 101 110010 1010 110110 1000101 1000011

Color Harmonies of #E5DA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DA73

Black with #E5DA73

Text Example


Text Example

White with #E5DA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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