Html Css Color HEX #EE966B Dark Salmon

📋 copy color: '#EE966B'

red 238 ◦ green 150 ◦ blue 107

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

Shades of Dark Salmon #EE966B

Tints of Dark Salmon #EE966B

RGB

 RED value IS 238 (93.36% from 255) = 48.08%

 GREEN value IS 150 (58.98% from 255) = 30.3%

 BLUE value IS 107 (42.19% from 255) = 21.62%

R = 48.08%
G = 30.3%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE966B (or 0xEE966B) is known color: Dark Salmon. HEX triplet: EE, 96 and 6B. RGB value is (238,150,107). Sum of RGB (Red+Green+Blue) = 238+150+107=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE966B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE966B is #116994. Grayscale: #ABABAB. Windows color (decimal): -1141141 or 7050990. OLE color: 7050990.

HSL color Cylindrical-coordinate representation of color #EE966B: hue angle of 19.69º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE966B is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 150 107 -
CMYK 0 0.37 0.55 0.07
HSL 19.69º 0.79% 0.68% -
HSV(B) 19.69º 0.55% 0.93% -
XYZ 48.82 41.05 19.26 -
YUV 171.41 91.65 175.5 -
System Red Green Blue C M Y K H S L
Decimal 238 150 107 0 0.37 0.55 0.07 19.69 0.79 0.68
Hex EE 96 6B 0 25 37 7 14 4F 44
Octal 356 226 153 0 45 67 7 24 117 104
Binary 11101110 10010110 1101011 0 100101 110111 111 10100 1001111 1000100

Color Harmonies of #EE966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE966B

Black with #EE966B

Text Example


Text Example

White with #EE966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE966B; }

 p { color: rgb(238,150,107); }

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

background-color css

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

 a { background-color: rgb(238,150,107); }

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

border-color css

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

 span { border-color: rgb(238,150,107); }

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