Html Css Color HEX #EA836A New York Pink

📋 copy color: '#EA836A'

red 234 ◦ green 131 ◦ blue 106

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

Shades of New York Pink #EA836A

Tints of New York Pink #EA836A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.81%

 BLUE value IS 106 (41.8% from 255) = 22.51%

R = 49.68%
G = 27.81%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA836A (or 0xEA836A) is known color: New York Pink. HEX triplet: EA, 83 and 6A. RGB value is (234,131,106). Sum of RGB (Red+Green+Blue) = 234+131+106=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA836A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA836A is #157C95. Grayscale: #9F9F9F. Windows color (decimal): -1408150 or 6980586. OLE color: 6980586.

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

Color convert

RGB 234 131 106 -
CMYK 0 0.44 0.55 0.08
HSL 11.72º 0.75% 0.67% -
HSV(B) 11.72º 0.55% 0.92% -
XYZ 44.65 34.77 17.99 -
YUV 158.95 98.12 181.53 -
System Red Green Blue C M Y K H S L
Decimal 234 131 106 0 0.44 0.55 0.08 11.72 0.75 0.67
Hex EA 83 6A 0 2C 37 8 C 4B 43
Octal 352 203 152 0 54 67 10 14 113 103
Binary 11101010 10000011 1101010 0 101100 110111 1000 1100 1001011 1000011

Color Harmonies of #EA836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA836A

Black with #EA836A

Text Example


Text Example

White with #EA836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA836A; }

 p { color: rgb(234,131,106); }

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

background-color css

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

 a { background-color: rgb(234,131,106); }

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

border-color css

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

 span { border-color: rgb(234,131,106); }

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