Html Css Color HEX #E5D678 Wild Rice

📋 copy color: '#E5D678'

red 229 ◦ green 214 ◦ blue 120

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

Shades of Wild Rice #E5D678

Tints of Wild Rice #E5D678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.31%

R = 40.67%
G = 38.01%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E5D678 (or 0xE5D678) is known color: Wild Rice. HEX triplet: E5, D6 and 78. RGB value is (229,214,120). Sum of RGB (Red+Green+Blue) = 229+214+120=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 120 (47.27% from 255 or 21.31% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D678 is #1A2987. Grayscale: #D0D0D0. Windows color (decimal): -1714568 or 7919333. OLE color: 7919333.

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

Color convert

RGB 229 214 120 -
CMYK 0 0.07 0.48 0.10
HSL 51.74º 0.68% 0.68% -
HSV(B) 51.74º 0.48% 0.9% -
XYZ 59.75 66.11 27.38 -
YUV 207.77 78.47 143.14 -
System Red Green Blue C M Y K H S L
Decimal 229 214 120 0 0.07 0.48 0.10 51.74 0.68 0.68
Hex E5 D6 78 0 7 30 A 34 44 44
Octal 345 326 170 0 7 60 12 64 104 104
Binary 11100101 11010110 1111000 0 111 110000 1010 110100 1000100 1000100

Color Harmonies of #E5D678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D678

Black with #E5D678

Text Example


Text Example

White with #E5D678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D678; }

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

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

background-color css

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

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

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

border-color css

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

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

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