Html Css Color HEX #E5BD81 Maize

📋 copy color: '#E5BD81'

red 229 ◦ green 189 ◦ blue 129

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

Shades of Maize #E5BD81

Tints of Maize #E5BD81

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.55%

 BLUE value IS 129 (50.78% from 255) = 23.58%

R = 41.86%
G = 34.55%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E5BD81 (or 0xE5BD81) is known color: Maize. HEX triplet: E5, BD and 81. RGB value is (229,189,129). Sum of RGB (Red+Green+Blue) = 229+189+129=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 129 (50.78% from 255 or 23.58% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BD81 is #1A427E. Grayscale: #C2C2C2. Windows color (decimal): -1720959 or 8502757. OLE color: 8502757.

HSL color Cylindrical-coordinate representation of color #E5BD81: hue angle of 36º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E5BD81 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 189 129 -
CMYK 0 0.17 0.44 0.10
HSL 36º 0.66% 0.7% -
HSV(B) 36º 0.44% 0.9% -
XYZ 54.47 54.64 28.44 -
YUV 194.12 91.25 152.88 -
System Red Green Blue C M Y K H S L
Decimal 229 189 129 0 0.17 0.44 0.10 36 0.66 0.7
Hex E5 BD 81 0 11 2C A 24 42 46
Octal 345 275 201 0 21 54 12 44 102 106
Binary 11100101 10111101 10000001 0 10001 101100 1010 100100 1000010 1000110

Color Harmonies of #E5BD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BD81

Black with #E5BD81

Text Example


Text Example

White with #E5BD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BD81; }

 p { color: rgb(229,189,129); }

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

background-color css

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

 a { background-color: rgb(229,189,129); }

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

border-color css

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

 span { border-color: rgb(229,189,129); }

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