Html Css Color HEX #EF964D Sea Buckthorn

📋 copy color: '#EF964D'

red 239 ◦ green 150 ◦ blue 77

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

Shades of Sea Buckthorn #EF964D

Tints of Sea Buckthorn #EF964D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.52%

R = 51.29%
G = 32.19%
B = 16.52%

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

#EF964D (or 0xEF964D) is known color: Sea Buckthorn. HEX triplet: EF, 96 and 4D. RGB value is (239,150,77). Sum of RGB (Red+Green+Blue) = 239+150+77=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF964D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF964D is #1069B2. Grayscale: #A8A8A8. Windows color (decimal): -1075635 or 5084911. OLE color: 5084911.

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

Color convert

RGB 239 150 77 -
CMYK 0 0.37 0.68 0.06
HSL 27.04º 0.84% 0.62% -
HSV(B) 27.04º 0.68% 0.94% -
XYZ 47.84 40.7 12.36 -
YUV 168.29 76.49 178.44 -
System Red Green Blue C M Y K H S L
Decimal 239 150 77 0 0.37 0.68 0.06 27.04 0.84 0.62
Hex EF 96 4D 0 25 44 6 1B 54 3E
Octal 357 226 115 0 45 104 6 33 124 76
Binary 11101111 10010110 1001101 0 100101 1000100 110 11011 1010100 111110

Color Harmonies of #EF964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF964D

Black with #EF964D

Text Example


Text Example

White with #EF964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF964D; }

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

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

background-color css

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

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

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

border-color css

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

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

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