Html Css Color HEX #EF964B Sea Buckthorn

📋 copy color: '#EF964B'

red 239 ◦ green 150 ◦ blue 75

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

Shades of Sea Buckthorn #EF964B

Tints of Sea Buckthorn #EF964B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.16%

R = 51.51%
G = 32.33%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF964B (or 0xEF964B) is known color: Sea Buckthorn. HEX triplet: EF, 96 and 4B. RGB value is (239,150,75). Sum of RGB (Red+Green+Blue) = 239+150+75=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF964B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF964B is #1069B4. Grayscale: #A8A8A8. Windows color (decimal): -1075637 or 4953839. OLE color: 4953839.

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

Color convert

RGB 239 150 75 -
CMYK 0 0.37 0.69 0.06
HSL 27.44º 0.84% 0.62% -
HSV(B) 27.44º 0.69% 0.94% -
XYZ 47.77 40.67 11.99 -
YUV 168.06 75.49 178.6 -
System Red Green Blue C M Y K H S L
Decimal 239 150 75 0 0.37 0.69 0.06 27.44 0.84 0.62
Hex EF 96 4B 0 25 45 6 1B 54 3E
Octal 357 226 113 0 45 105 6 33 124 76
Binary 11101111 10010110 1001011 0 100101 1000101 110 11011 1010100 111110

Color Harmonies of #EF964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF964B

Black with #EF964B

Text Example


Text Example

White with #EF964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF964B; }

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

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

background-color css

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

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

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

border-color css

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

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

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