Html Css Color HEX #EBA990 Tonys Pink

📋 copy color: '#EBA990'

red 235 ◦ green 169 ◦ blue 144

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

Shades of Tonys Pink #EBA990

Tints of Tonys Pink #EBA990

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.84%

 BLUE value IS 144 (56.64% from 255) = 26.28%

R = 42.88%
G = 30.84%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EBA990 (or 0xEBA990) is known color: Tonys Pink. HEX triplet: EB, A9 and 90. RGB value is (235,169,144). Sum of RGB (Red+Green+Blue) = 235+169+144=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA990 is #14566F. Grayscale: #BABABA. Windows color (decimal): -1332848 or 9480683. OLE color: 9480683.

HSL color Cylindrical-coordinate representation of color #EBA990: hue angle of 16.48º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EBA990 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 169 144 -
CMYK 0 0.28 0.39 0.08
HSL 16.48º 0.69% 0.74% -
HSV(B) 16.48º 0.39% 0.92% -
XYZ 53.48 48.05 32.84 -
YUV 185.88 104.37 163.03 -
System Red Green Blue C M Y K H S L
Decimal 235 169 144 0 0.28 0.39 0.08 16.48 0.69 0.74
Hex EB A9 90 0 1C 27 8 10 45 4A
Octal 353 251 220 0 34 47 10 20 105 112
Binary 11101011 10101001 10010000 0 11100 100111 1000 10000 1000101 1001010

Color Harmonies of #EBA990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA990

Black with #EBA990

Text Example


Text Example

White with #EBA990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA990; }

 p { color: rgb(235,169,144); }

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

background-color css

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

 a { background-color: rgb(235,169,144); }

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

border-color css

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

 span { border-color: rgb(235,169,144); }

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