Html Css Color HEX #EAB096 Wax Flower

📋 copy color: '#EAB096'

red 234 ◦ green 176 ◦ blue 150

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

Shades of Wax Flower #EAB096

Tints of Wax Flower #EAB096

RGB

 RED value IS 234 (91.8% from 255) = 41.79%

 GREEN value IS 176 (69.14% from 255) = 31.43%

 BLUE value IS 150 (58.98% from 255) = 26.79%

R = 41.79%
G = 31.43%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EAB096 (or 0xEAB096) is known color: Wax Flower. HEX triplet: EA, B0 and 96. RGB value is (234,176,150). Sum of RGB (Red+Green+Blue) = 234+176+150=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB096 is #154F69. Grayscale: #BEBEBE. Windows color (decimal): -1396586 or 9875690. OLE color: 9875690.

HSL color Cylindrical-coordinate representation of color #EAB096: hue angle of 18.57º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAB096 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 176 150 -
CMYK 0 0.25 0.36 0.08
HSL 18.57º 0.67% 0.75% -
HSV(B) 18.57º 0.36% 0.92% -
XYZ 54.96 50.75 35.75 -
YUV 190.38 105.22 159.11 -
System Red Green Blue C M Y K H S L
Decimal 234 176 150 0 0.25 0.36 0.08 18.57 0.67 0.75
Hex EA B0 96 0 19 24 8 13 43 4B
Octal 352 260 226 0 31 44 10 23 103 113
Binary 11101010 10110000 10010110 0 11001 100100 1000 10011 1000011 1001011

Color Harmonies of #EAB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB096

Black with #EAB096

Text Example


Text Example

White with #EAB096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB096; }

 p { color: rgb(234,176,150); }

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

background-color css

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

 a { background-color: rgb(234,176,150); }

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

border-color css

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

 span { border-color: rgb(234,176,150); }

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