Html Css Color HEX #EB907A Dark Salmon

📋 copy color: '#EB907A'

red 235 ◦ green 144 ◦ blue 122

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

Shades of Dark Salmon #EB907A

Tints of Dark Salmon #EB907A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.74%

 BLUE value IS 122 (48.05% from 255) = 24.35%

R = 46.91%
G = 28.74%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB907A (or 0xEB907A) is known color: Dark Salmon. HEX triplet: EB, 90 and 7A. RGB value is (235,144,122). Sum of RGB (Red+Green+Blue) = 235+144+122=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB907A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB907A is #146F85. Grayscale: #A8A8A8. Windows color (decimal): -1339270 or 8032491. OLE color: 8032491.

HSL color Cylindrical-coordinate representation of color #EB907A: hue angle of 11.68º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EB907A is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 144 122 -
CMYK 0 0.39 0.48 0.08
HSL 11.68º 0.74% 0.7% -
HSV(B) 11.68º 0.48% 0.92% -
XYZ 47.75 39.01 23.43 -
YUV 168.7 101.65 175.29 -
System Red Green Blue C M Y K H S L
Decimal 235 144 122 0 0.39 0.48 0.08 11.68 0.74 0.7
Hex EB 90 7A 0 27 30 8 C 4A 46
Octal 353 220 172 0 47 60 10 14 112 106
Binary 11101011 10010000 1111010 0 100111 110000 1000 1100 1001010 1000110

Color Harmonies of #EB907A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB907A

Black with #EB907A

Text Example


Text Example

White with #EB907A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB907A; }

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

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

background-color css

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

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

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

border-color css

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

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

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