Html Css Color HEX #E0B875 Maize

📋 copy color: '#E0B875'

red 224 ◦ green 184 ◦ blue 117

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

Shades of Maize #E0B875

Tints of Maize #E0B875

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.05%

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

R = 42.67%
G = 35.05%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E0B875 (or 0xE0B875) is known color: Maize. HEX triplet: E0, B8 and 75. RGB value is (224,184,117). Sum of RGB (Red+Green+Blue) = 224+184+117=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B875 is #1F478A. Grayscale: #BCBCBC. Windows color (decimal): -2049931 or 7715040. OLE color: 7715040.

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

Color convert

RGB 224 184 117 -
CMYK 0 0.18 0.48 0.12
HSL 37.57º 0.63% 0.67% -
HSV(B) 37.57º 0.48% 0.88% -
XYZ 51.09 51.41 24.06 -
YUV 188.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 224 184 117 0 0.18 0.48 0.12 37.57 0.63 0.67
Hex E0 B8 75 0 12 30 C 26 3F 43
Octal 340 270 165 0 22 60 14 46 77 103
Binary 11100000 10111000 1110101 0 10010 110000 1100 100110 111111 1000011

Color Harmonies of #E0B875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B875

Black with #E0B875

Text Example


Text Example

White with #E0B875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B875; }

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

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

background-color css

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

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

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

border-color css

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

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

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