Html Css Color HEX #EF9F42 Sea Buckthorn

📋 copy color: '#EF9F42'

red 239 ◦ green 159 ◦ blue 66

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

Shades of Sea Buckthorn #EF9F42

Tints of Sea Buckthorn #EF9F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.22%

R = 51.51%
G = 34.27%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF9F42 (or 0xEF9F42) is known color: Sea Buckthorn. HEX triplet: EF, 9F and 42. RGB value is (239,159,66). Sum of RGB (Red+Green+Blue) = 239+159+66=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9F42 is #1060BD. Grayscale: #ACACAC. Windows color (decimal): -1073342 or 4366319. OLE color: 4366319.

HSL color Cylindrical-coordinate representation of color #EF9F42: hue angle of 32.25º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF9F42 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 159 66 -
CMYK 0 0.33 0.72 0.06
HSL 32.25º 0.84% 0.6% -
HSV(B) 32.25º 0.72% 0.94% -
XYZ 48.98 43.54 10.98 -
YUV 172.32 68 175.56 -
System Red Green Blue C M Y K H S L
Decimal 239 159 66 0 0.33 0.72 0.06 32.25 0.84 0.6
Hex EF 9F 42 0 21 48 6 20 54 3C
Octal 357 237 102 0 41 110 6 40 124 74
Binary 11101111 10011111 1000010 0 100001 1001000 110 100000 1010100 111100

Color Harmonies of #EF9F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9F42

Black with #EF9F42

Text Example


Text Example

White with #EF9F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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