Html Css Color HEX #E8B294 Wax Flower

📋 copy color: '#E8B294'

red 232 ◦ green 178 ◦ blue 148

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

Shades of Wax Flower #E8B294

Tints of Wax Flower #E8B294

RGB

 RED value IS 232 (91.02% from 255) = 41.58%

 GREEN value IS 178 (69.92% from 255) = 31.9%

 BLUE value IS 148 (58.2% from 255) = 26.52%

R = 41.58%
G = 31.9%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E8B294 (or 0xE8B294) is known color: Wax Flower. HEX triplet: E8, B2 and 94. RGB value is (232,178,148). Sum of RGB (Red+Green+Blue) = 232+178+148=558 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.58% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8B294 is #174D6B. Grayscale: #BEBEBE. Windows color (decimal): -1527148 or 9745128. OLE color: 9745128.

HSL color Cylindrical-coordinate representation of color #E8B294: hue angle of 21.43º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E8B294 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 178 148 -
CMYK 0 0.23 0.36 0.09
HSL 21.43º 0.65% 0.75% -
HSV(B) 21.43º 0.36% 0.91% -
XYZ 54.54 51.13 35.01 -
YUV 190.73 103.89 157.44 -
System Red Green Blue C M Y K H S L
Decimal 232 178 148 0 0.23 0.36 0.09 21.43 0.65 0.75
Hex E8 B2 94 0 17 24 9 15 41 4B
Octal 350 262 224 0 27 44 11 25 101 113
Binary 11101000 10110010 10010100 0 10111 100100 1001 10101 1000001 1001011

Color Harmonies of #E8B294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B294

Black with #E8B294

Text Example


Text Example

White with #E8B294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B294; }

 p { color: rgb(232,178,148); }

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

background-color css

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

 a { background-color: rgb(232,178,148); }

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

border-color css

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

 span { border-color: rgb(232,178,148); }

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