Html Css Color HEX #ED9550 Sea Buckthorn

📋 copy color: '#ED9550'

red 237 ◦ green 149 ◦ blue 80

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

Shades of Sea Buckthorn #ED9550

Tints of Sea Buckthorn #ED9550

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.97%

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

R = 50.86%
G = 31.97%
B = 17.17%

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

#ED9550 (or 0xED9550) is known color: Sea Buckthorn. HEX triplet: ED, 95 and 50. RGB value is (237,149,80). Sum of RGB (Red+Green+Blue) = 237+149+80=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9550 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9550 is #126AAF. Grayscale: #A7A7A7. Windows color (decimal): -1206960 or 5281261. OLE color: 5281261.

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

Color convert

RGB 237 149 80 -
CMYK 0 0.37 0.66 0.07
HSL 26.37º 0.81% 0.62% -
HSV(B) 26.37º 0.66% 0.93% -
XYZ 47.12 40.08 12.84 -
YUV 167.45 78.65 177.61 -
System Red Green Blue C M Y K H S L
Decimal 237 149 80 0 0.37 0.66 0.07 26.37 0.81 0.62
Hex ED 95 50 0 25 42 7 1A 51 3E
Octal 355 225 120 0 45 102 7 32 121 76
Binary 11101101 10010101 1010000 0 100101 1000010 111 11010 1010001 111110

Color Harmonies of #ED9550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9550

Black with #ED9550

Text Example


Text Example

White with #ED9550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9550; }

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

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

background-color css

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

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

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

border-color css

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

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

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