Html Css Color HEX #E6BC8A Maize

📋 copy color: '#E6BC8A'

red 230 ◦ green 188 ◦ blue 138

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

Shades of Maize #E6BC8A

Tints of Maize #E6BC8A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.81%

 BLUE value IS 138 (54.3% from 255) = 24.82%

R = 41.37%
G = 33.81%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6BC8A (or 0xE6BC8A) is known color: Maize. HEX triplet: E6, BC and 8A. RGB value is (230,188,138). Sum of RGB (Red+Green+Blue) = 230+188+138=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BC8A is #194375. Grayscale: #C3C3C3. Windows color (decimal): -1655670 or 9092326. OLE color: 9092326.

HSL color Cylindrical-coordinate representation of color #E6BC8A: hue angle of 32.61º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6BC8A is Cyan = 0, Magento = 0.18, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 188 138 -
CMYK 0 0.18 0.4 0.10
HSL 32.61º 0.65% 0.72% -
HSV(B) 32.61º 0.4% 0.9% -
XYZ 55.2 54.62 31.68 -
YUV 194.86 95.91 153.07 -
System Red Green Blue C M Y K H S L
Decimal 230 188 138 0 0.18 0.4 0.10 32.61 0.65 0.72
Hex E6 BC 8A 0 12 28 A 21 41 48
Octal 346 274 212 0 22 50 12 41 101 110
Binary 11100110 10111100 10001010 0 10010 101000 1010 100001 1000001 1001000

Color Harmonies of #E6BC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BC8A

Black with #E6BC8A

Text Example


Text Example

White with #E6BC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BC8A; }

 p { color: rgb(230,188,138); }

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

background-color css

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

 a { background-color: rgb(230,188,138); }

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

border-color css

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

 span { border-color: rgb(230,188,138); }

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