Html Css Color HEX #EAB497 Wax Flower

📋 copy color: '#EAB497'

red 234 ◦ green 180 ◦ blue 151

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

Shades of Wax Flower #EAB497

Tints of Wax Flower #EAB497

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.86%

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

R = 41.42%
G = 31.86%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EAB497 (or 0xEAB497) is known color: Wax Flower. HEX triplet: EA, B4 and 97. RGB value is (234,180,151). Sum of RGB (Red+Green+Blue) = 234+180+151=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 180 (70.70% from 255 or 31.86% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB497 is #154B68. Grayscale: #C1C1C1. Windows color (decimal): -1395561 or 9942250. OLE color: 9942250.

HSL color Cylindrical-coordinate representation of color #EAB497: hue angle of 20.96º 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 #EAB497 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 180 151 -
CMYK 0 0.23 0.35 0.08
HSL 20.96º 0.66% 0.75% -
HSV(B) 20.96º 0.35% 0.92% -
XYZ 55.84 52.37 36.44 -
YUV 192.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 234 180 151 0 0.23 0.35 0.08 20.96 0.66 0.75
Hex EA B4 97 0 17 23 8 15 42 4B
Octal 352 264 227 0 27 43 10 25 102 113
Binary 11101010 10110100 10010111 0 10111 100011 1000 10101 1000010 1001011

Color Harmonies of #EAB497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB497

Black with #EAB497

Text Example


Text Example

White with #EAB497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB497; }

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

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

background-color css

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

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

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

border-color css

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

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

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