Html Css Color HEX #EAB6A4 Wax Flower

📋 copy color: '#EAB6A4'

red 234 ◦ green 182 ◦ blue 164

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

Shades of Wax Flower #EAB6A4

Tints of Wax Flower #EAB6A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 28.28%

R = 40.34%
G = 31.38%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EAB6A4 (or 0xEAB6A4) is known color: Wax Flower. HEX triplet: EA, B6 and A4. RGB value is (234,182,164). Sum of RGB (Red+Green+Blue) = 234+182+164=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 164 (64.45% from 255 or 28.28% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB6A4 is #15495B. Grayscale: #C3C3C3. Windows color (decimal): -1395036 or 10794730. OLE color: 10794730.

HSL color Cylindrical-coordinate representation of color #EAB6A4: hue angle of 15.43º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAB6A4 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 182 164 -
CMYK 0 0.22 0.30 0.08
HSL 15.43º 0.63% 0.78% -
HSV(B) 15.43º 0.3% 0.92% -
XYZ 57.36 53.63 42.45 -
YUV 195.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 234 182 164 0 0.22 0.30 0.08 15.43 0.63 0.78
Hex EA B6 A4 0 16 1E 8 F 3E 4E
Octal 352 266 244 0 26 36 10 17 76 116
Binary 11101010 10110110 10100100 0 10110 11110 1000 1111 111110 1001110

Color Harmonies of #EAB6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB6A4

Black with #EAB6A4

Text Example


Text Example

White with #EAB6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB6A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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