Html Css Color HEX #EF944D Sea Buckthorn

📋 copy color: '#EF944D'

red 239 ◦ green 148 ◦ blue 77

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

Shades of Sea Buckthorn #EF944D

Tints of Sea Buckthorn #EF944D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.9%

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

R = 51.51%
G = 31.9%
B = 16.59%

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

#EF944D (or 0xEF944D) is known color: Sea Buckthorn. HEX triplet: EF, 94 and 4D. RGB value is (239,148,77). Sum of RGB (Red+Green+Blue) = 239+148+77=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF944D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF944D is #106BB2. Grayscale: #A7A7A7. Windows color (decimal): -1076147 or 5084399. OLE color: 5084399.

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

Color convert

RGB 239 148 77 -
CMYK 0 0.38 0.68 0.06
HSL 26.3º 0.84% 0.62% -
HSV(B) 26.3º 0.68% 0.94% -
XYZ 47.53 40.07 12.25 -
YUV 167.12 77.15 179.27 -
System Red Green Blue C M Y K H S L
Decimal 239 148 77 0 0.38 0.68 0.06 26.3 0.84 0.62
Hex EF 94 4D 0 26 44 6 1A 54 3E
Octal 357 224 115 0 46 104 6 32 124 76
Binary 11101111 10010100 1001101 0 100110 1000100 110 11010 1010100 111110

Color Harmonies of #EF944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF944D

Black with #EF944D

Text Example


Text Example

White with #EF944D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF944D; }

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

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

background-color css

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

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

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

border-color css

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

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

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