Html Css Color HEX #E5D57C Wild Rice

📋 copy color: '#E5D57C'

red 229 ◦ green 213 ◦ blue 124

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

Shades of Wild Rice #E5D57C

Tints of Wild Rice #E5D57C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.63%

 BLUE value IS 124 (48.83% from 255) = 21.91%

R = 40.46%
G = 37.63%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E5D57C (or 0xE5D57C) is known color: Wild Rice. HEX triplet: E5, D5 and 7C. RGB value is (229,213,124). Sum of RGB (Red+Green+Blue) = 229+213+124=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 124 (48.83% from 255 or 21.91% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D57C is #1A2A83. Grayscale: #D0D0D0. Windows color (decimal): -1714820 or 8181221. OLE color: 8181221.

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

Color convert

RGB 229 213 124 -
CMYK 0 0.07 0.46 0.10
HSL 50.86º 0.67% 0.69% -
HSV(B) 50.86º 0.46% 0.9% -
XYZ 59.75 65.7 28.6 -
YUV 207.64 80.8 143.24 -
System Red Green Blue C M Y K H S L
Decimal 229 213 124 0 0.07 0.46 0.10 50.86 0.67 0.69
Hex E5 D5 7C 0 7 2E A 33 43 45
Octal 345 325 174 0 7 56 12 63 103 105
Binary 11100101 11010101 1111100 0 111 101110 1010 110011 1000011 1000101

Color Harmonies of #E5D57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D57C

Black with #E5D57C

Text Example


Text Example

White with #E5D57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D57C; }

 p { color: rgb(229,213,124); }

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

background-color css

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

 a { background-color: rgb(229,213,124); }

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

border-color css

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

 span { border-color: rgb(229,213,124); }

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