Html Css Color HEX #E5D965 Wild Rice

📋 copy color: '#E5D965'

red 229 ◦ green 217 ◦ blue 101

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

Shades of Wild Rice #E5D965

Tints of Wild Rice #E5D965

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.67%

 BLUE value IS 101 (39.84% from 255) = 18.46%

R = 41.86%
G = 39.67%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E5D965 (or 0xE5D965) is known color: Wild Rice. HEX triplet: E5, D9 and 65. RGB value is (229,217,101). Sum of RGB (Red+Green+Blue) = 229+217+101=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D965 is #1A269A. Grayscale: #CFCFCF. Windows color (decimal): -1713819 or 6674917. OLE color: 6674917.

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

Color convert

RGB 229 217 101 -
CMYK 0 0.05 0.56 0.10
HSL 54.38º 0.71% 0.65% -
HSV(B) 54.38º 0.56% 0.9% -
XYZ 59.47 67.22 22.15 -
YUV 207.36 67.98 143.43 -
System Red Green Blue C M Y K H S L
Decimal 229 217 101 0 0.05 0.56 0.10 54.38 0.71 0.65
Hex E5 D9 65 0 5 38 A 36 47 41
Octal 345 331 145 0 5 70 12 66 107 101
Binary 11100101 11011001 1100101 0 101 111000 1010 110110 1000111 1000001

Color Harmonies of #E5D965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D965

Black with #E5D965

Text Example


Text Example

White with #E5D965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D965; }

 p { color: rgb(229,217,101); }

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

background-color css

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

 a { background-color: rgb(229,217,101); }

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

border-color css

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

 span { border-color: rgb(229,217,101); }

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