Html Css Color HEX #EF954D Sea Buckthorn

📋 copy color: '#EF954D'

red 239 ◦ green 149 ◦ blue 77

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

Shades of Sea Buckthorn #EF954D

Tints of Sea Buckthorn #EF954D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.04%

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

R = 51.4%
G = 32.04%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF954D (or 0xEF954D) is known color: Sea Buckthorn. HEX triplet: EF, 95 and 4D. RGB value is (239,149,77). Sum of RGB (Red+Green+Blue) = 239+149+77=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF954D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF954D is #106AB2. Grayscale: #A8A8A8. Windows color (decimal): -1075891 or 5084655. OLE color: 5084655.

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

Color convert

RGB 239 149 77 -
CMYK 0 0.38 0.68 0.06
HSL 26.67º 0.84% 0.62% -
HSV(B) 26.67º 0.68% 0.94% -
XYZ 47.68 40.38 12.3 -
YUV 167.7 76.82 178.85 -
System Red Green Blue C M Y K H S L
Decimal 239 149 77 0 0.38 0.68 0.06 26.67 0.84 0.62
Hex EF 95 4D 0 26 44 6 1B 54 3E
Octal 357 225 115 0 46 104 6 33 124 76
Binary 11101111 10010101 1001101 0 100110 1000100 110 11011 1010100 111110

Color Harmonies of #EF954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF954D

Black with #EF954D

Text Example


Text Example

White with #EF954D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF954D; }

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

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

background-color css

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

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

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

border-color css

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

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

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