Html Css Color HEX #E5D668 Wild Rice

📋 copy color: '#E5D668'

red 229 ◦ green 214 ◦ blue 104

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

Shades of Wild Rice #E5D668

Tints of Wild Rice #E5D668

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.12%

 BLUE value IS 104 (41.02% from 255) = 19.01%

R = 41.86%
G = 39.12%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E5D668 (or 0xE5D668) is known color: Wild Rice. HEX triplet: E5, D6 and 68. RGB value is (229,214,104). Sum of RGB (Red+Green+Blue) = 229+214+104=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D668 is #1A2997. Grayscale: #CECECE. Windows color (decimal): -1714584 or 6870757. OLE color: 6870757.

HSL color Cylindrical-coordinate representation of color #E5D668: hue angle of 52.8º 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 #E5D668 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 214 104 -
CMYK 0 0.07 0.55 0.10
HSL 52.8º 0.71% 0.65% -
HSV(B) 52.8º 0.55% 0.9% -
XYZ 58.86 65.75 22.69 -
YUV 205.95 70.47 144.44 -
System Red Green Blue C M Y K H S L
Decimal 229 214 104 0 0.07 0.55 0.10 52.8 0.71 0.65
Hex E5 D6 68 0 7 37 A 35 47 41
Octal 345 326 150 0 7 67 12 65 107 101
Binary 11100101 11010110 1101000 0 111 110111 1010 110101 1000111 1000001

Color Harmonies of #E5D668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D668

Black with #E5D668

Text Example


Text Example

White with #E5D668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D668; }

 p { color: rgb(229,214,104); }

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

background-color css

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

 a { background-color: rgb(229,214,104); }

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

border-color css

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

 span { border-color: rgb(229,214,104); }

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