Html Css Color HEX #EF9550 Sea Buckthorn

📋 copy color: '#EF9550'

red 239 ◦ green 149 ◦ blue 80

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

Shades of Sea Buckthorn #EF9550

Tints of Sea Buckthorn #EF9550

RGB

 RED value IS 239 (93.75% from 255) = 51.07%

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

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

R = 51.07%
G = 31.84%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF9550 (or 0xEF9550) is known color: Sea Buckthorn. HEX triplet: EF, 95 and 50. RGB value is (239,149,80). Sum of RGB (Red+Green+Blue) = 239+149+80=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9550 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9550 is #106AAF. Grayscale: #A8A8A8. Windows color (decimal): -1075888 or 5281263. OLE color: 5281263.

HSL color Cylindrical-coordinate representation of color #EF9550: hue angle of 26.04º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF9550 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 149 80 -
CMYK 0 0.38 0.67 0.06
HSL 26.04º 0.83% 0.63% -
HSV(B) 26.04º 0.67% 0.94% -
XYZ 47.79 40.42 12.87 -
YUV 168.04 78.32 178.61 -
System Red Green Blue C M Y K H S L
Decimal 239 149 80 0 0.38 0.67 0.06 26.04 0.83 0.63
Hex EF 95 50 0 26 43 6 1A 53 3F
Octal 357 225 120 0 46 103 6 32 123 77
Binary 11101111 10010101 1010000 0 100110 1000011 110 11010 1010011 111111

Color Harmonies of #EF9550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9550

Black with #EF9550

Text Example


Text Example

White with #EF9550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9550; }

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

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

background-color css

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

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

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

border-color css

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

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

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