Html Css Color HEX #E1BD81 Maize

📋 copy color: '#E1BD81'

red 225 ◦ green 189 ◦ blue 129

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

Shades of Maize #E1BD81

Tints of Maize #E1BD81

RGB

 RED value IS 225 (88.28% from 255) = 41.44%

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

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

R = 41.44%
G = 34.81%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E1BD81 (or 0xE1BD81) is known color: Maize. HEX triplet: E1, BD and 81. RGB value is (225,189,129). Sum of RGB (Red+Green+Blue) = 225+189+129=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BD81 is #1E427E. Grayscale: #C1C1C1. Windows color (decimal): -1983103 or 8502753. OLE color: 8502753.

HSL color Cylindrical-coordinate representation of color #E1BD81: hue angle of 37.5º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E1BD81 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 189 129 -
CMYK 0 0.16 0.43 0.12
HSL 37.5º 0.62% 0.69% -
HSV(B) 37.5º 0.43% 0.88% -
XYZ 53.21 53.99 28.39 -
YUV 192.92 91.93 150.88 -
System Red Green Blue C M Y K H S L
Decimal 225 189 129 0 0.16 0.43 0.12 37.5 0.62 0.69
Hex E1 BD 81 0 10 2B C 26 3E 45
Octal 341 275 201 0 20 53 14 46 76 105
Binary 11100001 10111101 10000001 0 10000 101011 1100 100110 111110 1000101

Color Harmonies of #E1BD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BD81

Black with #E1BD81

Text Example


Text Example

White with #E1BD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BD81; }

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

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

background-color css

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

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

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

border-color css

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

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

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