Html Css Color HEX #EC9350 Sea Buckthorn

📋 copy color: '#EC9350'

red 236 ◦ green 147 ◦ blue 80

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

Shades of Sea Buckthorn #EC9350

Tints of Sea Buckthorn #EC9350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.75%

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

R = 50.97%
G = 31.75%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC9350 (or 0xEC9350) is known color: Sea Buckthorn. HEX triplet: EC, 93 and 50. RGB value is (236,147,80). Sum of RGB (Red+Green+Blue) = 236+147+80=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9350 is #136CAF. Grayscale: #A6A6A6. Windows color (decimal): -1273008 or 5280748. OLE color: 5280748.

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

Color convert

RGB 236 147 80 -
CMYK 0 0.38 0.66 0.07
HSL 25.77º 0.8% 0.62% -
HSV(B) 25.77º 0.66% 0.93% -
XYZ 46.47 39.28 12.72 -
YUV 165.97 79.49 177.95 -
System Red Green Blue C M Y K H S L
Decimal 236 147 80 0 0.38 0.66 0.07 25.77 0.8 0.62
Hex EC 93 50 0 26 42 7 1A 50 3E
Octal 354 223 120 0 46 102 7 32 120 76
Binary 11101100 10010011 1010000 0 100110 1000010 111 11010 1010000 111110

Color Harmonies of #EC9350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9350

Black with #EC9350

Text Example


Text Example

White with #EC9350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9350; }

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

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

background-color css

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

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

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

border-color css

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

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

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