Html Css Color HEX #E0B678 Maize

📋 copy color: '#E0B678'

red 224 ◦ green 182 ◦ blue 120

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

Shades of Maize #E0B678

Tints of Maize #E0B678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.81%

R = 42.59%
G = 34.6%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0B678 (or 0xE0B678) is known color: Maize. HEX triplet: E0, B6 and 78. RGB value is (224,182,120). Sum of RGB (Red+Green+Blue) = 224+182+120=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B678 is #1F4987. Grayscale: #BBBBBB. Windows color (decimal): -2050440 or 7911136. OLE color: 7911136.

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

Color convert

RGB 224 182 120 -
CMYK 0 0.19 0.46 0.12
HSL 35.77º 0.63% 0.67% -
HSV(B) 35.77º 0.46% 0.88% -
XYZ 50.86 50.66 24.87 -
YUV 187.49 89.91 154.04 -
System Red Green Blue C M Y K H S L
Decimal 224 182 120 0 0.19 0.46 0.12 35.77 0.63 0.67
Hex E0 B6 78 0 13 2E C 24 3F 43
Octal 340 266 170 0 23 56 14 44 77 103
Binary 11100000 10110110 1111000 0 10011 101110 1100 100100 111111 1000011

Color Harmonies of #E0B678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B678

Black with #E0B678

Text Example


Text Example

White with #E0B678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B678; }

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

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

background-color css

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

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

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

border-color css

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

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

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