Html Css Color HEX #EF963F Sea Buckthorn

📋 copy color: '#EF963F'

red 239 ◦ green 150 ◦ blue 63

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

Shades of Sea Buckthorn #EF963F

Tints of Sea Buckthorn #EF963F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.19%

 BLUE value IS 63 (25% from 255) = 13.94%

R = 52.88%
G = 33.19%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF963F (or 0xEF963F) is known color: Sea Buckthorn. HEX triplet: EF, 96 and 3F. RGB value is (239,150,63). Sum of RGB (Red+Green+Blue) = 239+150+63=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 63 (25% from 255 or 13.94% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF963F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF963F is #1069C0. Grayscale: #A7A7A7. Windows color (decimal): -1075649 or 4167407. OLE color: 4167407.

HSL color Cylindrical-coordinate representation of color #EF963F: hue angle of 29.66º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF963F is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 150 63 -
CMYK 0 0.37 0.74 0.06
HSL 29.66º 0.85% 0.59% -
HSV(B) 29.66º 0.74% 0.94% -
XYZ 47.4 40.52 10.03 -
YUV 166.69 69.49 179.57 -
System Red Green Blue C M Y K H S L
Decimal 239 150 63 0 0.37 0.74 0.06 29.66 0.85 0.59
Hex EF 96 3F 0 25 4A 6 1E 55 3B
Octal 357 226 77 0 45 112 6 36 125 73
Binary 11101111 10010110 111111 0 100101 1001010 110 11110 1010101 111011

Color Harmonies of #EF963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF963F

Black with #EF963F

Text Example


Text Example

White with #EF963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF963F; }

 p { color: rgb(239,150,63); }

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

background-color css

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

 a { background-color: rgb(239,150,63); }

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

border-color css

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

 span { border-color: rgb(239,150,63); }

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