Html Css Color HEX #E5DA6A Wild Rice

📋 copy color: '#E5DA6A'

red 229 ◦ green 218 ◦ blue 106

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

Shades of Wild Rice #E5DA6A

Tints of Wild Rice #E5DA6A

RGB

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

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

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

R = 41.41%
G = 39.42%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E5DA6A (or 0xE5DA6A) is known color: Wild Rice. HEX triplet: E5, DA and 6A. RGB value is (229,218,106). Sum of RGB (Red+Green+Blue) = 229+218+106=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 106 (41.80% from 255 or 19.17% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DA6A is #1A2595. Grayscale: #D0D0D0. Windows color (decimal): -1713558 or 7002853. OLE color: 7002853.

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

Color convert

RGB 229 218 106 -
CMYK 0 0.05 0.54 0.10
HSL 54.63º 0.7% 0.66% -
HSV(B) 54.63º 0.54% 0.9% -
XYZ 59.99 67.84 23.57 -
YUV 208.52 70.14 142.61 -
System Red Green Blue C M Y K H S L
Decimal 229 218 106 0 0.05 0.54 0.10 54.63 0.7 0.66
Hex E5 DA 6A 0 5 36 A 37 46 42
Octal 345 332 152 0 5 66 12 67 106 102
Binary 11100101 11011010 1101010 0 101 110110 1010 110111 1000110 1000010

Color Harmonies of #E5DA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DA6A

Black with #E5DA6A

Text Example


Text Example

White with #E5DA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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