Html Css Color HEX #EA836D New York Pink

📋 copy color: '#EA836D'

red 234 ◦ green 131 ◦ blue 109

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

Shades of New York Pink #EA836D

Tints of New York Pink #EA836D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23%

R = 49.37%
G = 27.64%
B = 23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA836D (or 0xEA836D) is known color: New York Pink. HEX triplet: EA, 83 and 6D. RGB value is (234,131,109). Sum of RGB (Red+Green+Blue) = 234+131+109=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA836D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA836D is #157C92. Grayscale: #9F9F9F. Windows color (decimal): -1408147 or 7177194. OLE color: 7177194.

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

Color convert

RGB 234 131 109 -
CMYK 0 0.44 0.53 0.08
HSL 10.56º 0.75% 0.67% -
HSV(B) 10.56º 0.53% 0.92% -
XYZ 44.81 34.83 18.83 -
YUV 159.29 99.62 181.29 -
System Red Green Blue C M Y K H S L
Decimal 234 131 109 0 0.44 0.53 0.08 10.56 0.75 0.67
Hex EA 83 6D 0 2C 35 8 B 4B 43
Octal 352 203 155 0 54 65 10 13 113 103
Binary 11101010 10000011 1101101 0 101100 110101 1000 1011 1001011 1000011

Color Harmonies of #EA836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA836D

Black with #EA836D

Text Example


Text Example

White with #EA836D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA836D; }

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

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

background-color css

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

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

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

border-color css

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

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

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