Html Css Color HEX #E0B975 Maize

📋 copy color: '#E0B975'

red 224 ◦ green 185 ◦ blue 117

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

Shades of Maize #E0B975

Tints of Maize #E0B975

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.17%

 BLUE value IS 117 (46.09% from 255) = 22.24%

R = 42.59%
G = 35.17%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E0B975 (or 0xE0B975) is known color: Maize. HEX triplet: E0, B9 and 75. RGB value is (224,185,117). Sum of RGB (Red+Green+Blue) = 224+185+117=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 117 (46.09% from 255 or 22.24% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B975 is #1F468A. Grayscale: #BDBDBD. Windows color (decimal): -2049675 or 7715296. OLE color: 7715296.

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

Color convert

RGB 224 185 117 -
CMYK 0 0.17 0.48 0.12
HSL 38.13º 0.63% 0.67% -
HSV(B) 38.13º 0.48% 0.88% -
XYZ 51.3 51.83 24.13 -
YUV 188.91 87.42 153.03 -
System Red Green Blue C M Y K H S L
Decimal 224 185 117 0 0.17 0.48 0.12 38.13 0.63 0.67
Hex E0 B9 75 0 11 30 C 26 3F 43
Octal 340 271 165 0 21 60 14 46 77 103
Binary 11100000 10111001 1110101 0 10001 110000 1100 100110 111111 1000011

Color Harmonies of #E0B975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B975

Black with #E0B975

Text Example


Text Example

White with #E0B975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B975; }

 p { color: rgb(224,185,117); }

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

background-color css

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

 a { background-color: rgb(224,185,117); }

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

border-color css

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

 span { border-color: rgb(224,185,117); }

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