Html Css Color HEX #EF964C Sea Buckthorn

📋 copy color: '#EF964C'

red 239 ◦ green 150 ◦ blue 76

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

Shades of Sea Buckthorn #EF964C

Tints of Sea Buckthorn #EF964C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.34%

R = 51.4%
G = 32.26%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF964C (or 0xEF964C) is known color: Sea Buckthorn. HEX triplet: EF, 96 and 4C. RGB value is (239,150,76). Sum of RGB (Red+Green+Blue) = 239+150+76=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 76 (30.08% from 255 or 16.34% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF964C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF964C is #1069B3. Grayscale: #A8A8A8. Windows color (decimal): -1075636 or 5019375. OLE color: 5019375.

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

Color convert

RGB 239 150 76 -
CMYK 0 0.37 0.68 0.06
HSL 27.24º 0.84% 0.62% -
HSV(B) 27.24º 0.68% 0.94% -
XYZ 47.81 40.69 12.17 -
YUV 168.18 75.99 178.52 -
System Red Green Blue C M Y K H S L
Decimal 239 150 76 0 0.37 0.68 0.06 27.24 0.84 0.62
Hex EF 96 4C 0 25 44 6 1B 54 3E
Octal 357 226 114 0 45 104 6 33 124 76
Binary 11101111 10010110 1001100 0 100101 1000100 110 11011 1010100 111110

Color Harmonies of #EF964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF964C

Black with #EF964C

Text Example


Text Example

White with #EF964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF964C; }

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

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

background-color css

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

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

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

border-color css

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

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

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