Html Css Color HEX #E5D378 Wild Rice

📋 copy color: '#E5D378'

red 229 ◦ green 211 ◦ blue 120

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

Shades of Wild Rice #E5D378

Tints of Wild Rice #E5D378

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.68%

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

R = 40.89%
G = 37.68%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E5D378 (or 0xE5D378) is known color: Wild Rice. HEX triplet: E5, D3 and 78. RGB value is (229,211,120). Sum of RGB (Red+Green+Blue) = 229+211+120=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 120 (47.27% from 255 or 21.43% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D378 is #1A2C87. Grayscale: #CECECE. Windows color (decimal): -1715336 or 7918565. OLE color: 7918565.

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

Color convert

RGB 229 211 120 -
CMYK 0 0.08 0.48 0.10
HSL 50.09º 0.68% 0.68% -
HSV(B) 50.09º 0.48% 0.9% -
XYZ 59 64.6 27.13 -
YUV 206.01 79.46 144.4 -
System Red Green Blue C M Y K H S L
Decimal 229 211 120 0 0.08 0.48 0.10 50.09 0.68 0.68
Hex E5 D3 78 0 8 30 A 32 44 44
Octal 345 323 170 0 10 60 12 62 104 104
Binary 11100101 11010011 1111000 0 1000 110000 1010 110010 1000100 1000100

Color Harmonies of #E5D378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D378

Black with #E5D378

Text Example


Text Example

White with #E5D378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D378; }

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

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

background-color css

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

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

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

border-color css

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

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

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