Html Css Color HEX #E5DA74 Wild Rice

📋 copy color: '#E5DA74'

red 229 ◦ green 218 ◦ blue 116

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

Shades of Wild Rice #E5DA74

Tints of Wild Rice #E5DA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.6%

R = 40.67%
G = 38.72%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E5DA74 (or 0xE5DA74) is known color: Wild Rice. HEX triplet: E5, DA and 74. RGB value is (229,218,116). Sum of RGB (Red+Green+Blue) = 229+218+116=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 116 (45.70% from 255 or 20.60% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DA74 is #1A258B. Grayscale: #D2D2D2. Windows color (decimal): -1713548 or 7658213. OLE color: 7658213.

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

Color convert

RGB 229 218 116 -
CMYK 0 0.05 0.49 0.10
HSL 54.16º 0.68% 0.68% -
HSV(B) 54.16º 0.49% 0.9% -
XYZ 60.54 68.06 26.47 -
YUV 209.66 75.14 141.79 -
System Red Green Blue C M Y K H S L
Decimal 229 218 116 0 0.05 0.49 0.10 54.16 0.68 0.68
Hex E5 DA 74 0 5 31 A 36 44 44
Octal 345 332 164 0 5 61 12 66 104 104
Binary 11100101 11011010 1110100 0 101 110001 1010 110110 1000100 1000100

Color Harmonies of #E5DA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DA74

Black with #E5DA74

Text Example


Text Example

White with #E5DA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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