Html Css Color HEX #EC9050 Sea Buckthorn

📋 copy color: '#EC9050'

red 236 ◦ green 144 ◦ blue 80

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

Shades of Sea Buckthorn #EC9050

Tints of Sea Buckthorn #EC9050

RGB

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

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

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

R = 51.3%
G = 31.3%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC9050 (or 0xEC9050) is known color: Sea Buckthorn. HEX triplet: EC, 90 and 50. RGB value is (236,144,80). Sum of RGB (Red+Green+Blue) = 236+144+80=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9050 is #136FAF. Grayscale: #A4A4A4. Windows color (decimal): -1273776 or 5279980. OLE color: 5279980.

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

Color convert

RGB 236 144 80 -
CMYK 0 0.39 0.66 0.07
HSL 24.62º 0.8% 0.62% -
HSV(B) 24.62º 0.66% 0.93% -
XYZ 46.01 38.36 12.57 -
YUV 164.21 80.48 179.2 -
System Red Green Blue C M Y K H S L
Decimal 236 144 80 0 0.39 0.66 0.07 24.62 0.8 0.62
Hex EC 90 50 0 27 42 7 19 50 3E
Octal 354 220 120 0 47 102 7 31 120 76
Binary 11101100 10010000 1010000 0 100111 1000010 111 11001 1010000 111110

Color Harmonies of #EC9050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9050

Black with #EC9050

Text Example


Text Example

White with #EC9050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9050; }

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

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

background-color css

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

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

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

border-color css

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

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

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