Html Css Color HEX #EBA290 Tonys Pink

📋 copy color: '#EBA290'

red 235 ◦ green 162 ◦ blue 144

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

Shades of Tonys Pink #EBA290

Tints of Tonys Pink #EBA290

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.94%

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

R = 43.44%
G = 29.94%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EBA290 (or 0xEBA290) is known color: Tonys Pink. HEX triplet: EB, A2 and 90. RGB value is (235,162,144). Sum of RGB (Red+Green+Blue) = 235+162+144=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA290 is #145D6F. Grayscale: #B5B5B5. Windows color (decimal): -1334640 or 9478891. OLE color: 9478891.

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

Color convert

RGB 235 162 144 -
CMYK 0 0.31 0.39 0.08
HSL 11.87º 0.69% 0.74% -
HSV(B) 11.87º 0.39% 0.92% -
XYZ 52.22 45.52 32.42 -
YUV 181.78 106.68 165.96 -
System Red Green Blue C M Y K H S L
Decimal 235 162 144 0 0.31 0.39 0.08 11.87 0.69 0.74
Hex EB A2 90 0 1F 27 8 C 45 4A
Octal 353 242 220 0 37 47 10 14 105 112
Binary 11101011 10100010 10010000 0 11111 100111 1000 1100 1000101 1001010

Color Harmonies of #EBA290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA290

Black with #EBA290

Text Example


Text Example

White with #EBA290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA290; }

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

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

background-color css

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

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

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

border-color css

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

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

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