Html Css Color HEX #ED8F50 Sea Buckthorn

📋 copy color: '#ED8F50'

red 237 ◦ green 143 ◦ blue 80

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

Shades of Sea Buckthorn #ED8F50

Tints of Sea Buckthorn #ED8F50

RGB

 RED value IS 237 (92.97% from 255) = 51.52%

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

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

R = 51.52%
G = 31.09%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ED8F50 (or 0xED8F50) is known color: Sea Buckthorn. HEX triplet: ED, 8F and 50. RGB value is (237,143,80). Sum of RGB (Red+Green+Blue) = 237+143+80=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8F50 is #1270AF. Grayscale: #A4A4A4. Windows color (decimal): -1208496 or 5279725. OLE color: 5279725.

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

Color convert

RGB 237 143 80 -
CMYK 0 0.40 0.66 0.07
HSL 24.08º 0.81% 0.62% -
HSV(B) 24.08º 0.66% 0.93% -
XYZ 46.2 38.23 12.53 -
YUV 163.92 80.64 180.12 -
System Red Green Blue C M Y K H S L
Decimal 237 143 80 0 0.40 0.66 0.07 24.08 0.81 0.62
Hex ED 8F 50 0 28 42 7 18 51 3E
Octal 355 217 120 0 50 102 7 30 121 76
Binary 11101101 10001111 1010000 0 101000 1000010 111 11000 1010001 111110

Color Harmonies of #ED8F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F50

Black with #ED8F50

Text Example


Text Example

White with #ED8F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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