Html Css Color HEX #E6BEAE Zinnwaldite

📋 copy color: '#E6BEAE'

red 230 ◦ green 190 ◦ blue 174

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

Shades of Zinnwaldite #E6BEAE

Tints of Zinnwaldite #E6BEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.29%

R = 38.72%
G = 31.99%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E6BEAE (or 0xE6BEAE) is known color: Zinnwaldite. HEX triplet: E6, BE and AE. RGB value is (230,190,174). Sum of RGB (Red+Green+Blue) = 230+190+174=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BEAE is #194151. Grayscale: #C8C8C8. Windows color (decimal): -1655122 or 11452134. OLE color: 11452134.

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

Color convert

RGB 230 190 174 -
CMYK 0 0.17 0.24 0.10
HSL 17.14º 0.53% 0.79% -
HSV(B) 17.14º 0.24% 0.9% -
XYZ 58.69 56.71 47.9 -
YUV 200.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 230 190 174 0 0.17 0.24 0.10 17.14 0.53 0.79
Hex E6 BE AE 0 11 18 A 11 35 4F
Octal 346 276 256 0 21 30 12 21 65 117
Binary 11100110 10111110 10101110 0 10001 11000 1010 10001 110101 1001111

Color Harmonies of #E6BEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BEAE

Black with #E6BEAE

Text Example


Text Example

White with #E6BEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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