Html Css Color HEX #E5D866 Wild Rice

📋 copy color: '#E5D866'

red 229 ◦ green 216 ◦ blue 102

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

Shades of Wild Rice #E5D866

Tints of Wild Rice #E5D866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.65%

R = 41.86%
G = 39.49%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E5D866 (or 0xE5D866) is known color: Wild Rice. HEX triplet: E5, D8 and 66. RGB value is (229,216,102). Sum of RGB (Red+Green+Blue) = 229+216+102=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D866 is #1A2799. Grayscale: #CFCFCF. Windows color (decimal): -1714074 or 6740197. OLE color: 6740197.

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

Color convert

RGB 229 216 102 -
CMYK 0 0.06 0.55 0.10
HSL 53.86º 0.71% 0.65% -
HSV(B) 53.86º 0.55% 0.9% -
XYZ 59.27 66.73 22.33 -
YUV 206.89 68.81 143.77 -
System Red Green Blue C M Y K H S L
Decimal 229 216 102 0 0.06 0.55 0.10 53.86 0.71 0.65
Hex E5 D8 66 0 6 37 A 36 47 41
Octal 345 330 146 0 6 67 12 66 107 101
Binary 11100101 11011000 1100110 0 110 110111 1010 110110 1000111 1000001

Color Harmonies of #E5D866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D866

Black with #E5D866

Text Example


Text Example

White with #E5D866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D866; }

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

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

background-color css

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

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

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

border-color css

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

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

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