Html Css Color HEX #E5DA6E Wild Rice

📋 copy color: '#E5DA6E'

red 229 ◦ green 218 ◦ blue 110

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

Shades of Wild Rice #E5DA6E

Tints of Wild Rice #E5DA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.75%

R = 41.11%
G = 39.14%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5DA6E (or 0xE5DA6E) is known color: Wild Rice. HEX triplet: E5, DA and 6E. RGB value is (229,218,110). Sum of RGB (Red+Green+Blue) = 229+218+110=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 110 (43.36% from 255 or 19.75% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DA6E is #1A2591. Grayscale: #D1D1D1. Windows color (decimal): -1713554 or 7264997. OLE color: 7264997.

HSL color Cylindrical-coordinate representation of color #E5DA6E: hue angle of 54.45º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5DA6E is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 218 110 -
CMYK 0 0.05 0.52 0.10
HSL 54.45º 0.7% 0.66% -
HSV(B) 54.45º 0.52% 0.9% -
XYZ 60.2 67.93 24.69 -
YUV 208.98 72.14 142.28 -
System Red Green Blue C M Y K H S L
Decimal 229 218 110 0 0.05 0.52 0.10 54.45 0.7 0.66
Hex E5 DA 6E 0 5 34 A 36 46 42
Octal 345 332 156 0 5 64 12 66 106 102
Binary 11100101 11011010 1101110 0 101 110100 1010 110110 1000110 1000010

Color Harmonies of #E5DA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DA6E

Black with #E5DA6E

Text Example


Text Example

White with #E5DA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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