Html Css Color HEX #E6BE7F Maize

📋 copy color: '#E6BE7F'

red 230 ◦ green 190 ◦ blue 127

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

Shades of Maize #E6BE7F

Tints of Maize #E6BE7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.22%

R = 42.05%
G = 34.73%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6BE7F (or 0xE6BE7F) is known color: Maize. HEX triplet: E6, BE and 7F. RGB value is (230,190,127). Sum of RGB (Red+Green+Blue) = 230+190+127=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 127 (50% from 255 or 23.22% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BE7F is #194180. Grayscale: #C3C3C3. Windows color (decimal): -1655169 or 8371942. OLE color: 8371942.

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

Color convert

RGB 230 190 127 -
CMYK 0 0.17 0.45 0.10
HSL 36.7º 0.67% 0.7% -
HSV(B) 36.7º 0.45% 0.9% -
XYZ 54.88 55.18 27.84 -
YUV 194.78 89.75 153.12 -
System Red Green Blue C M Y K H S L
Decimal 230 190 127 0 0.17 0.45 0.10 36.7 0.67 0.7
Hex E6 BE 7F 0 11 2D A 25 43 46
Octal 346 276 177 0 21 55 12 45 103 106
Binary 11100110 10111110 1111111 0 10001 101101 1010 100101 1000011 1000110

Color Harmonies of #E6BE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BE7F

Black with #E6BE7F

Text Example


Text Example

White with #E6BE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BE7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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