Html Css Color HEX #E5D869 Wild Rice

📋 copy color: '#E5D869'

red 229 ◦ green 216 ◦ blue 105

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

Shades of Wild Rice #E5D869

Tints of Wild Rice #E5D869

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.27%

 BLUE value IS 105 (41.41% from 255) = 19.09%

R = 41.64%
G = 39.27%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E5D869 (or 0xE5D869) is known color: Wild Rice. HEX triplet: E5, D8 and 69. RGB value is (229,216,105). Sum of RGB (Red+Green+Blue) = 229+216+105=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 105 (41.41% from 255 or 19.09% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D869 is #1A2796. Grayscale: #CFCFCF. Windows color (decimal): -1714071 or 6936805. OLE color: 6936805.

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

Color convert

RGB 229 216 105 -
CMYK 0 0.06 0.54 0.10
HSL 53.71º 0.7% 0.65% -
HSV(B) 53.71º 0.54% 0.9% -
XYZ 59.42 66.79 23.12 -
YUV 207.23 70.31 143.53 -
System Red Green Blue C M Y K H S L
Decimal 229 216 105 0 0.06 0.54 0.10 53.71 0.7 0.65
Hex E5 D8 69 0 6 36 A 36 46 41
Octal 345 330 151 0 6 66 12 66 106 101
Binary 11100101 11011000 1101001 0 110 110110 1010 110110 1000110 1000001

Color Harmonies of #E5D869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D869

Black with #E5D869

Text Example


Text Example

White with #E5D869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D869; }

 p { color: rgb(229,216,105); }

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

background-color css

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

 a { background-color: rgb(229,216,105); }

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

border-color css

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

 span { border-color: rgb(229,216,105); }

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