Html Css Color HEX #EAB89C Wax Flower

📋 copy color: '#EAB89C'

red 234 ◦ green 184 ◦ blue 156

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

Shades of Wax Flower #EAB89C

Tints of Wax Flower #EAB89C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.06%

 BLUE value IS 156 (61.33% from 255) = 27.18%

R = 40.77%
G = 32.06%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EAB89C (or 0xEAB89C) is known color: Wax Flower. HEX triplet: EA, B8 and 9C. RGB value is (234,184,156). Sum of RGB (Red+Green+Blue) = 234+184+156=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 184 (72.27% from 255 or 32.06% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB89C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB89C is #154763. Grayscale: #C3C3C3. Windows color (decimal): -1394532 or 10270954. OLE color: 10270954.

HSL color Cylindrical-coordinate representation of color #EAB89C: hue angle of 21.54º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAB89C is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 184 156 -
CMYK 0 0.21 0.33 0.08
HSL 21.54º 0.65% 0.76% -
HSV(B) 21.54º 0.33% 0.92% -
XYZ 57.07 54.17 38.9 -
YUV 195.76 105.57 155.28 -
System Red Green Blue C M Y K H S L
Decimal 234 184 156 0 0.21 0.33 0.08 21.54 0.65 0.76
Hex EA B8 9C 0 15 21 8 16 41 4C
Octal 352 270 234 0 25 41 10 26 101 114
Binary 11101010 10111000 10011100 0 10101 100001 1000 10110 1000001 1001100

Color Harmonies of #EAB89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB89C

Black with #EAB89C

Text Example


Text Example

White with #EAB89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB89C; }

 p { color: rgb(234,184,156); }

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

background-color css

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

 a { background-color: rgb(234,184,156); }

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

border-color css

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

 span { border-color: rgb(234,184,156); }

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