Html Css Color HEX #E9826A New York Pink

📋 copy color: '#E9826A'

red 233 ◦ green 130 ◦ blue 106

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

Shades of New York Pink #E9826A

Tints of New York Pink #E9826A

RGB

 RED value IS 233 (91.41% from 255) = 49.68%

 GREEN value IS 130 (51.17% from 255) = 27.72%

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

R = 49.68%
G = 27.72%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E9826A (or 0xE9826A) is known color: New York Pink. HEX triplet: E9, 82 and 6A. RGB value is (233,130,106). Sum of RGB (Red+Green+Blue) = 233+130+106=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E9826A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9826A is #167D95. Grayscale: #9E9E9E. Windows color (decimal): -1473942 or 6980329. OLE color: 6980329.

HSL color Cylindrical-coordinate representation of color #E9826A: hue angle of 11.34º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E9826A is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 130 106 -
CMYK 0 0.44 0.55 0.09
HSL 11.34º 0.74% 0.66% -
HSV(B) 11.34º 0.55% 0.91% -
XYZ 44.19 34.33 17.93 -
YUV 158.06 98.62 181.45 -
System Red Green Blue C M Y K H S L
Decimal 233 130 106 0 0.44 0.55 0.09 11.34 0.74 0.66
Hex E9 82 6A 0 2C 37 9 B 4A 42
Octal 351 202 152 0 54 67 11 13 112 102
Binary 11101001 10000010 1101010 0 101100 110111 1001 1011 1001010 1000010

Color Harmonies of #E9826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9826A

Black with #E9826A

Text Example


Text Example

White with #E9826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9826A; }

 p { color: rgb(233,130,106); }

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

background-color css

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

 a { background-color: rgb(233,130,106); }

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

border-color css

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

 span { border-color: rgb(233,130,106); }

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