Html Css Color HEX #EAB69C Wax Flower

📋 copy color: '#EAB69C'

red 234 ◦ green 182 ◦ blue 156

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

Shades of Wax Flower #EAB69C

Tints of Wax Flower #EAB69C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.82%

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

R = 40.91%
G = 31.82%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EAB69C (or 0xEAB69C) is known color: Wax Flower. HEX triplet: EA, B6 and 9C. RGB value is (234,182,156). Sum of RGB (Red+Green+Blue) = 234+182+156=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB69C is #154963. Grayscale: #C2C2C2. Windows color (decimal): -1395044 or 10270442. OLE color: 10270442.

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

Color convert

RGB 234 182 156 -
CMYK 0 0.22 0.33 0.08
HSL 20º 0.65% 0.76% -
HSV(B) 20º 0.33% 0.92% -
XYZ 56.66 53.35 38.76 -
YUV 194.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 234 182 156 0 0.22 0.33 0.08 20 0.65 0.76
Hex EA B6 9C 0 16 21 8 14 41 4C
Octal 352 266 234 0 26 41 10 24 101 114
Binary 11101010 10110110 10011100 0 10110 100001 1000 10100 1000001 1001100

Color Harmonies of #EAB69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB69C

Black with #EAB69C

Text Example


Text Example

White with #EAB69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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