Html Css Color HEX #EAB397 Wax Flower

📋 copy color: '#EAB397'

red 234 ◦ green 179 ◦ blue 151

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

Shades of Wax Flower #EAB397

Tints of Wax Flower #EAB397

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.74%

 BLUE value IS 151 (59.38% from 255) = 26.77%

R = 41.49%
G = 31.74%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EAB397 (or 0xEAB397) is known color: Wax Flower. HEX triplet: EA, B3 and 97. RGB value is (234,179,151). Sum of RGB (Red+Green+Blue) = 234+179+151=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB397 is #154C68. Grayscale: #C0C0C0. Windows color (decimal): -1395817 or 9941994. OLE color: 9941994.

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

Color convert

RGB 234 179 151 -
CMYK 0 0.24 0.35 0.08
HSL 20.24º 0.66% 0.75% -
HSV(B) 20.24º 0.35% 0.92% -
XYZ 55.64 51.97 36.38 -
YUV 192.25 104.72 157.78 -
System Red Green Blue C M Y K H S L
Decimal 234 179 151 0 0.24 0.35 0.08 20.24 0.66 0.75
Hex EA B3 97 0 18 23 8 14 42 4B
Octal 352 263 227 0 30 43 10 24 102 113
Binary 11101010 10110011 10010111 0 11000 100011 1000 10100 1000010 1001011

Color Harmonies of #EAB397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB397

Black with #EAB397

Text Example


Text Example

White with #EAB397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB397; }

 p { color: rgb(234,179,151); }

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

background-color css

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

 a { background-color: rgb(234,179,151); }

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

border-color css

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

 span { border-color: rgb(234,179,151); }

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