Html Css Color HEX #EF9F50 Sea Buckthorn

📋 copy color: '#EF9F50'

red 239 ◦ green 159 ◦ blue 80

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

Shades of Sea Buckthorn #EF9F50

Tints of Sea Buckthorn #EF9F50

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.26%

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

R = 50%
G = 33.26%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF9F50 (or 0xEF9F50) is known color: Sea Buckthorn. HEX triplet: EF, 9F and 50. RGB value is (239,159,80). Sum of RGB (Red+Green+Blue) = 239+159+80=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9F50 is #1060AF. Grayscale: #AEAEAE. Windows color (decimal): -1073328 or 5283823. OLE color: 5283823.

HSL color Cylindrical-coordinate representation of color #EF9F50: hue angle of 29.81º 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 #EF9F50 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 159 80 -
CMYK 0 0.33 0.67 0.06
HSL 29.81º 0.83% 0.63% -
HSV(B) 29.81º 0.67% 0.94% -
XYZ 49.44 43.73 13.42 -
YUV 173.91 75 174.42 -
System Red Green Blue C M Y K H S L
Decimal 239 159 80 0 0.33 0.67 0.06 29.81 0.83 0.63
Hex EF 9F 50 0 21 43 6 1E 53 3F
Octal 357 237 120 0 41 103 6 36 123 77
Binary 11101111 10011111 1010000 0 100001 1000011 110 11110 1010011 111111

Color Harmonies of #EF9F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9F50

Black with #EF9F50

Text Example


Text Example

White with #EF9F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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