Html Css Color HEX #E0BA7B Maize

📋 copy color: '#E0BA7B'

red 224 ◦ green 186 ◦ blue 123

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

Shades of Maize #E0BA7B

Tints of Maize #E0BA7B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.9%

 BLUE value IS 123 (48.44% from 255) = 23.08%

R = 42.03%
G = 34.9%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0BA7B (or 0xE0BA7B) is known color: Maize. HEX triplet: E0, BA and 7B. RGB value is (224,186,123). Sum of RGB (Red+Green+Blue) = 224+186+123=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BA7B is #1F4584. Grayscale: #BEBEBE. Windows color (decimal): -2049413 or 8108768. OLE color: 8108768.

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

Color convert

RGB 224 186 123 -
CMYK 0 0.17 0.45 0.12
HSL 37.43º 0.62% 0.68% -
HSV(B) 37.43º 0.45% 0.88% -
XYZ 51.87 52.4 26.12 -
YUV 190.18 90.09 152.12 -
System Red Green Blue C M Y K H S L
Decimal 224 186 123 0 0.17 0.45 0.12 37.43 0.62 0.68
Hex E0 BA 7B 0 11 2D C 25 3E 44
Octal 340 272 173 0 21 55 14 45 76 104
Binary 11100000 10111010 1111011 0 10001 101101 1100 100101 111110 1000100

Color Harmonies of #E0BA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BA7B

Black with #E0BA7B

Text Example


Text Example

White with #E0BA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BA7B; }

 p { color: rgb(224,186,123); }

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

background-color css

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

 a { background-color: rgb(224,186,123); }

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

border-color css

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

 span { border-color: rgb(224,186,123); }

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