Html Css Color HEX #E0B675 Maize

📋 copy color: '#E0B675'

red 224 ◦ green 182 ◦ blue 117

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

Shades of Maize #E0B675

Tints of Maize #E0B675

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.8%

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

R = 42.83%
G = 34.8%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E0B675 (or 0xE0B675) is known color: Maize. HEX triplet: E0, B6 and 75. RGB value is (224,182,117). Sum of RGB (Red+Green+Blue) = 224+182+117=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B675 is #1F498A. Grayscale: #BBBBBB. Windows color (decimal): -2050443 or 7714528. OLE color: 7714528.

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

Color convert

RGB 224 182 117 -
CMYK 0 0.19 0.48 0.12
HSL 36.45º 0.63% 0.67% -
HSV(B) 36.45º 0.48% 0.88% -
XYZ 50.68 50.59 23.92 -
YUV 187.15 88.41 154.29 -
System Red Green Blue C M Y K H S L
Decimal 224 182 117 0 0.19 0.48 0.12 36.45 0.63 0.67
Hex E0 B6 75 0 13 30 C 24 3F 43
Octal 340 266 165 0 23 60 14 44 77 103
Binary 11100000 10110110 1110101 0 10011 110000 1100 100100 111111 1000011

Color Harmonies of #E0B675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B675

Black with #E0B675

Text Example


Text Example

White with #E0B675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B675; }

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

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

background-color css

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

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

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

border-color css

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

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

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