Html Css Color HEX #E6BD87 Maize

📋 copy color: '#E6BD87'

red 230 ◦ green 189 ◦ blue 135

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

Shades of Maize #E6BD87

Tints of Maize #E6BD87

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.12%

 BLUE value IS 135 (53.13% from 255) = 24.37%

R = 41.52%
G = 34.12%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#E6BD87 (or 0xE6BD87) is known color: Maize. HEX triplet: E6, BD and 87. RGB value is (230,189,135). Sum of RGB (Red+Green+Blue) = 230+189+135=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 135 (53.12% from 255 or 24.37% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BD87 is #194278. Grayscale: #C3C3C3. Windows color (decimal): -1655417 or 8895974. OLE color: 8895974.

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

Color convert

RGB 230 189 135 -
CMYK 0 0.18 0.41 0.10
HSL 34.11º 0.66% 0.72% -
HSV(B) 34.11º 0.41% 0.9% -
XYZ 55.2 54.97 30.62 -
YUV 195.1 94.08 152.89 -
System Red Green Blue C M Y K H S L
Decimal 230 189 135 0 0.18 0.41 0.10 34.11 0.66 0.72
Hex E6 BD 87 0 12 29 A 22 42 48
Octal 346 275 207 0 22 51 12 42 102 110
Binary 11100110 10111101 10000111 0 10010 101001 1010 100010 1000010 1001000

Color Harmonies of #E6BD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BD87

Black with #E6BD87

Text Example


Text Example

White with #E6BD87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BD87; }

 p { color: rgb(230,189,135); }

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

background-color css

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

 a { background-color: rgb(230,189,135); }

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

border-color css

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

 span { border-color: rgb(230,189,135); }

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