Html Css Color HEX #EC8F50 Sea Buckthorn

📋 copy color: '#EC8F50'

red 236 ◦ green 143 ◦ blue 80

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

Shades of Sea Buckthorn #EC8F50

Tints of Sea Buckthorn #EC8F50

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.15%

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

R = 51.42%
G = 31.15%
B = 17.43%

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

#EC8F50 (or 0xEC8F50) is known color: Sea Buckthorn. HEX triplet: EC, 8F and 50. RGB value is (236,143,80). Sum of RGB (Red+Green+Blue) = 236+143+80=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F50 is #1370AF. Grayscale: #A3A3A3. Windows color (decimal): -1274032 or 5279724. OLE color: 5279724.

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

Color convert

RGB 236 143 80 -
CMYK 0 0.39 0.66 0.07
HSL 24.23º 0.8% 0.62% -
HSV(B) 24.23º 0.66% 0.93% -
XYZ 45.86 38.06 12.52 -
YUV 163.63 80.81 179.62 -
System Red Green Blue C M Y K H S L
Decimal 236 143 80 0 0.39 0.66 0.07 24.23 0.8 0.62
Hex EC 8F 50 0 27 42 7 18 50 3E
Octal 354 217 120 0 47 102 7 30 120 76
Binary 11101100 10001111 1010000 0 100111 1000010 111 11000 1010000 111110

Color Harmonies of #EC8F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8F50

Black with #EC8F50

Text Example


Text Example

White with #EC8F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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