Html Css Color HEX #E5D27C Wild Rice

📋 copy color: '#E5D27C'

red 229 ◦ green 210 ◦ blue 124

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

Shades of Wild Rice #E5D27C

Tints of Wild Rice #E5D27C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.3%

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

R = 40.67%
G = 37.3%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E5D27C (or 0xE5D27C) is known color: Wild Rice. HEX triplet: E5, D2 and 7C. RGB value is (229,210,124). Sum of RGB (Red+Green+Blue) = 229+210+124=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 124 (48.83% from 255 or 22.02% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D27C is #1A2D83. Grayscale: #CECECE. Windows color (decimal): -1715588 or 8180453. OLE color: 8180453.

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

Color convert

RGB 229 210 124 -
CMYK 0 0.08 0.46 0.10
HSL 49.14º 0.67% 0.69% -
HSV(B) 49.14º 0.46% 0.9% -
XYZ 59 64.21 28.35 -
YUV 205.88 81.79 144.49 -
System Red Green Blue C M Y K H S L
Decimal 229 210 124 0 0.08 0.46 0.10 49.14 0.67 0.69
Hex E5 D2 7C 0 8 2E A 31 43 45
Octal 345 322 174 0 10 56 12 61 103 105
Binary 11100101 11010010 1111100 0 1000 101110 1010 110001 1000011 1000101

Color Harmonies of #E5D27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D27C

Black with #E5D27C

Text Example


Text Example

White with #E5D27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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