Html Css Color HEX #EC9650 Sea Buckthorn

📋 copy color: '#EC9650'

red 236 ◦ green 150 ◦ blue 80

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

Shades of Sea Buckthorn #EC9650

Tints of Sea Buckthorn #EC9650

RGB

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

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

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

R = 50.64%
G = 32.19%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC9650 (or 0xEC9650) is known color: Sea Buckthorn. HEX triplet: EC, 96 and 50. RGB value is (236,150,80). Sum of RGB (Red+Green+Blue) = 236+150+80=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9650 is #1369AF. Grayscale: #A8A8A8. Windows color (decimal): -1272240 or 5281516. OLE color: 5281516.

HSL color Cylindrical-coordinate representation of color #EC9650: hue angle of 26.92º 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 #EC9650 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 150 80 -
CMYK 0 0.36 0.66 0.07
HSL 26.92º 0.8% 0.62% -
HSV(B) 26.92º 0.66% 0.93% -
XYZ 46.95 40.22 12.88 -
YUV 167.73 78.49 176.69 -
System Red Green Blue C M Y K H S L
Decimal 236 150 80 0 0.36 0.66 0.07 26.92 0.8 0.62
Hex EC 96 50 0 24 42 7 1B 50 3E
Octal 354 226 120 0 44 102 7 33 120 76
Binary 11101100 10010110 1010000 0 100100 1000010 111 11011 1010000 111110

Color Harmonies of #EC9650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9650

Black with #EC9650

Text Example


Text Example

White with #EC9650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9650; }

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

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

background-color css

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

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

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

border-color css

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

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

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