Html Css Color HEX #EBA49A Wax Flower

📋 copy color: '#EBA49A'

red 235 ◦ green 164 ◦ blue 154

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

Shades of Wax Flower #EBA49A

Tints of Wax Flower #EBA49A

RGB

 RED value IS 235 (92.19% from 255) = 42.5%

 GREEN value IS 164 (64.45% from 255) = 29.66%

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

R = 42.5%
G = 29.66%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBA49A (or 0xEBA49A) is known color: Wax Flower. HEX triplet: EB, A4 and 9A. RGB value is (235,164,154). Sum of RGB (Red+Green+Blue) = 235+164+154=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA49A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA49A is #145B65. Grayscale: #B8B8B8. Windows color (decimal): -1334118 or 10134763. OLE color: 10134763.

HSL color Cylindrical-coordinate representation of color #EBA49A: hue angle of 7.41º degrees, saturation: 0.67, 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 #EBA49A is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 164 154 -
CMYK 0 0.30 0.34 0.08
HSL 7.41º 0.67% 0.76% -
HSV(B) 7.41º 0.34% 0.92% -
XYZ 53.37 46.55 36.74 -
YUV 184.09 111.02 164.31 -
System Red Green Blue C M Y K H S L
Decimal 235 164 154 0 0.30 0.34 0.08 7.41 0.67 0.76
Hex EB A4 9A 0 1E 22 8 7 43 4C
Octal 353 244 232 0 36 42 10 7 103 114
Binary 11101011 10100100 10011010 0 11110 100010 1000 111 1000011 1001100

Color Harmonies of #EBA49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA49A

Black with #EBA49A

Text Example


Text Example

White with #EBA49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA49A; }

 p { color: rgb(235,164,154); }

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

background-color css

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

 a { background-color: rgb(235,164,154); }

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

border-color css

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

 span { border-color: rgb(235,164,154); }

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