Html Css Color HEX #EC9450 Sea Buckthorn

📋 copy color: '#EC9450'

red 236 ◦ green 148 ◦ blue 80

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

Shades of Sea Buckthorn #EC9450

Tints of Sea Buckthorn #EC9450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.9%

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

R = 50.86%
G = 31.9%
B = 17.24%

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

#EC9450 (or 0xEC9450) is known color: Sea Buckthorn. HEX triplet: EC, 94 and 50. RGB value is (236,148,80). Sum of RGB (Red+Green+Blue) = 236+148+80=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9450 is #136BAF. Grayscale: #A6A6A6. Windows color (decimal): -1272752 or 5281004. OLE color: 5281004.

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

Color convert

RGB 236 148 80 -
CMYK 0 0.37 0.66 0.07
HSL 26.15º 0.8% 0.62% -
HSV(B) 26.15º 0.66% 0.93% -
XYZ 46.63 39.59 12.77 -
YUV 166.56 79.15 177.53 -
System Red Green Blue C M Y K H S L
Decimal 236 148 80 0 0.37 0.66 0.07 26.15 0.8 0.62
Hex EC 94 50 0 25 42 7 1A 50 3E
Octal 354 224 120 0 45 102 7 32 120 76
Binary 11101100 10010100 1010000 0 100101 1000010 111 11010 1010000 111110

Color Harmonies of #EC9450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9450

Black with #EC9450

Text Example


Text Example

White with #EC9450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9450; }

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

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

background-color css

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

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

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

border-color css

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

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

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