Html Css Color HEX #E6BE82 Maize

📋 copy color: '#E6BE82'

red 230 ◦ green 190 ◦ blue 130

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

Shades of Maize #E6BE82

Tints of Maize #E6BE82

RGB

 RED value IS 230 (90.23% from 255) = 41.82%

 GREEN value IS 190 (74.61% from 255) = 34.55%

 BLUE value IS 130 (51.17% from 255) = 23.64%

R = 41.82%
G = 34.55%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E6BE82 (or 0xE6BE82) is known color: Maize. HEX triplet: E6, BE and 82. RGB value is (230,190,130). Sum of RGB (Red+Green+Blue) = 230+190+130=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BE82 is #19417D. Grayscale: #C3C3C3. Windows color (decimal): -1655166 or 8568550. OLE color: 8568550.

HSL color Cylindrical-coordinate representation of color #E6BE82: hue angle of 36º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6BE82 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 190 130 -
CMYK 0 0.17 0.43 0.10
HSL 36º 0.67% 0.71% -
HSV(B) 36º 0.43% 0.9% -
XYZ 55.08 55.26 28.88 -
YUV 195.12 91.25 152.88 -
System Red Green Blue C M Y K H S L
Decimal 230 190 130 0 0.17 0.43 0.10 36 0.67 0.71
Hex E6 BE 82 0 11 2B A 24 43 47
Octal 346 276 202 0 21 53 12 44 103 107
Binary 11100110 10111110 10000010 0 10001 101011 1010 100100 1000011 1000111

Color Harmonies of #E6BE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BE82

Black with #E6BE82

Text Example


Text Example

White with #E6BE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BE82; }

 p { color: rgb(230,190,130); }

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

background-color css

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

 a { background-color: rgb(230,190,130); }

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

border-color css

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

 span { border-color: rgb(230,190,130); }

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