Html Css Color HEX #E0BB7B Maize

📋 copy color: '#E0BB7B'

red 224 ◦ green 187 ◦ blue 123

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

Shades of Maize #E0BB7B

Tints of Maize #E0BB7B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.02%

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

R = 41.95%
G = 35.02%
B = 23.03%

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

#E0BB7B (or 0xE0BB7B) is known color: Maize. HEX triplet: E0, BB and 7B. RGB value is (224,187,123). Sum of RGB (Red+Green+Blue) = 224+187+123=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BB7B is #1F4484. Grayscale: #BFBFBF. Windows color (decimal): -2049157 or 8109024. OLE color: 8109024.

HSL color Cylindrical-coordinate representation of color #E0BB7B: hue angle of 38.02º 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 #E0BB7B is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 187 123 -
CMYK 0 0.17 0.45 0.12
HSL 38.02º 0.62% 0.68% -
HSV(B) 38.02º 0.45% 0.88% -
XYZ 52.09 52.82 26.19 -
YUV 190.77 89.76 151.7 -
System Red Green Blue C M Y K H S L
Decimal 224 187 123 0 0.17 0.45 0.12 38.02 0.62 0.68
Hex E0 BB 7B 0 11 2D C 26 3E 44
Octal 340 273 173 0 21 55 14 46 76 104
Binary 11100000 10111011 1111011 0 10001 101101 1100 100110 111110 1000100

Color Harmonies of #E0BB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BB7B

Black with #E0BB7B

Text Example


Text Example

White with #E0BB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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