Html Css Color HEX #E7B294 Wax Flower

📋 copy color: '#E7B294'

red 231 ◦ green 178 ◦ blue 148

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

Shades of Wax Flower #E7B294

Tints of Wax Flower #E7B294

RGB

 RED value IS 231 (90.63% from 255) = 41.47%

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

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

R = 41.47%
G = 31.96%
B = 26.57%

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

#E7B294 (or 0xE7B294) is known color: Wax Flower. HEX triplet: E7, B2 and 94. RGB value is (231,178,148). Sum of RGB (Red+Green+Blue) = 231+178+148=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 148 (58.20% from 255 or 26.57% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7B294 is #184D6B. Grayscale: #BEBEBE. Windows color (decimal): -1592684 or 9745127. OLE color: 9745127.

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

Color convert

RGB 231 178 148 -
CMYK 0 0.23 0.36 0.09
HSL 21.69º 0.63% 0.74% -
HSV(B) 21.69º 0.36% 0.91% -
XYZ 54.22 50.97 35 -
YUV 190.43 104.06 156.94 -
System Red Green Blue C M Y K H S L
Decimal 231 178 148 0 0.23 0.36 0.09 21.69 0.63 0.74
Hex E7 B2 94 0 17 24 9 16 3F 4A
Octal 347 262 224 0 27 44 11 26 77 112
Binary 11100111 10110010 10010100 0 10111 100100 1001 10110 111111 1001010

Color Harmonies of #E7B294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B294

Black with #E7B294

Text Example


Text Example

White with #E7B294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B294; }

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

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

background-color css

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

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

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

border-color css

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

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

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