Html Css Color HEX #EAB69A Wax Flower

📋 copy color: '#EAB69A'

red 234 ◦ green 182 ◦ blue 154

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

Shades of Wax Flower #EAB69A

Tints of Wax Flower #EAB69A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.02%

R = 41.05%
G = 31.93%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EAB69A (or 0xEAB69A) is known color: Wax Flower. HEX triplet: EA, B6 and 9A. RGB value is (234,182,154). Sum of RGB (Red+Green+Blue) = 234+182+154=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB69A is #154965. Grayscale: #C2C2C2. Windows color (decimal): -1395046 or 10139370. OLE color: 10139370.

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

Color convert

RGB 234 182 154 -
CMYK 0 0.22 0.34 0.08
HSL 21º 0.66% 0.76% -
HSV(B) 21º 0.34% 0.92% -
XYZ 56.49 53.28 37.88 -
YUV 194.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 234 182 154 0 0.22 0.34 0.08 21 0.66 0.76
Hex EA B6 9A 0 16 22 8 15 42 4C
Octal 352 266 232 0 26 42 10 25 102 114
Binary 11101010 10110110 10011010 0 10110 100010 1000 10101 1000010 1001100

Color Harmonies of #EAB69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB69A

Black with #EAB69A

Text Example


Text Example

White with #EAB69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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