Html Css Color HEX #EC9550 Sea Buckthorn

📋 copy color: '#EC9550'

red 236 ◦ green 149 ◦ blue 80

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

Shades of Sea Buckthorn #EC9550

Tints of Sea Buckthorn #EC9550

RGB

 RED value IS 236 (92.58% from 255) = 50.75%

 GREEN value IS 149 (58.59% from 255) = 32.04%

 BLUE value IS 80 (31.64% from 255) = 17.2%

R = 50.75%
G = 32.04%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC9550 (or 0xEC9550) is known color: Sea Buckthorn. HEX triplet: EC, 95 and 50. RGB value is (236,149,80). Sum of RGB (Red+Green+Blue) = 236+149+80=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9550 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9550 is #136AAF. Grayscale: #A7A7A7. Windows color (decimal): -1272496 or 5281260. OLE color: 5281260.

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

Color convert

RGB 236 149 80 -
CMYK 0 0.37 0.66 0.07
HSL 26.54º 0.8% 0.62% -
HSV(B) 26.54º 0.66% 0.93% -
XYZ 46.79 39.91 12.83 -
YUV 167.15 78.82 177.11 -
System Red Green Blue C M Y K H S L
Decimal 236 149 80 0 0.37 0.66 0.07 26.54 0.8 0.62
Hex EC 95 50 0 25 42 7 1B 50 3E
Octal 354 225 120 0 45 102 7 33 120 76
Binary 11101100 10010101 1010000 0 100101 1000010 111 11011 1010000 111110

Color Harmonies of #EC9550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9550

Black with #EC9550

Text Example


Text Example

White with #EC9550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9550; }

 p { color: rgb(236,149,80); }

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

background-color css

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

 a { background-color: rgb(236,149,80); }

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

border-color css

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

 span { border-color: rgb(236,149,80); }

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