Html Css Color HEX #EBA291 Tonys Pink

📋 copy color: '#EBA291'

red 235 ◦ green 162 ◦ blue 145

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

Shades of Tonys Pink #EBA291

Tints of Tonys Pink #EBA291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.75%

R = 43.36%
G = 29.89%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EBA291 (or 0xEBA291) is known color: Tonys Pink. HEX triplet: EB, A2 and 91. RGB value is (235,162,145). Sum of RGB (Red+Green+Blue) = 235+162+145=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 145 (57.03% from 255 or 26.75% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA291 is #145D6E. Grayscale: #B6B6B6. Windows color (decimal): -1334639 or 9544427. OLE color: 9544427.

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

Color convert

RGB 235 162 145 -
CMYK 0 0.31 0.38 0.08
HSL 11.33º 0.69% 0.75% -
HSV(B) 11.33º 0.38% 0.92% -
XYZ 52.29 45.55 32.82 -
YUV 181.89 107.18 165.88 -
System Red Green Blue C M Y K H S L
Decimal 235 162 145 0 0.31 0.38 0.08 11.33 0.69 0.75
Hex EB A2 91 0 1F 26 8 B 45 4B
Octal 353 242 221 0 37 46 10 13 105 113
Binary 11101011 10100010 10010001 0 11111 100110 1000 1011 1000101 1001011

Color Harmonies of #EBA291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA291

Black with #EBA291

Text Example


Text Example

White with #EBA291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA291; }

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

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

background-color css

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

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

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

border-color css

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

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

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