Html Css Color HEX #E0BD82 Maize

📋 copy color: '#E0BD82'

red 224 ◦ green 189 ◦ blue 130

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

Shades of Maize #E0BD82

Tints of Maize #E0BD82

RGB

 RED value IS 224 (87.89% from 255) = 41.25%

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

 BLUE value IS 130 (51.17% from 255) = 23.94%

R = 41.25%
G = 34.81%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E0BD82 (or 0xE0BD82) is known color: Maize. HEX triplet: E0, BD and 82. RGB value is (224,189,130). Sum of RGB (Red+Green+Blue) = 224+189+130=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BD82 is #1F427D. Grayscale: #C1C1C1. Windows color (decimal): -2048638 or 8568288. OLE color: 8568288.

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

Color convert

RGB 224 189 130 -
CMYK 0 0.16 0.42 0.12
HSL 37.66º 0.6% 0.69% -
HSV(B) 37.66º 0.42% 0.88% -
XYZ 52.97 53.85 28.72 -
YUV 192.74 92.6 150.3 -
System Red Green Blue C M Y K H S L
Decimal 224 189 130 0 0.16 0.42 0.12 37.66 0.6 0.69
Hex E0 BD 82 0 10 2A C 26 3C 45
Octal 340 275 202 0 20 52 14 46 74 105
Binary 11100000 10111101 10000010 0 10000 101010 1100 100110 111100 1000101

Color Harmonies of #E0BD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BD82

Black with #E0BD82

Text Example


Text Example

White with #E0BD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BD82; }

 p { color: rgb(224,189,130); }

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

background-color css

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

 a { background-color: rgb(224,189,130); }

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

border-color css

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

 span { border-color: rgb(224,189,130); }

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