Html Css Color HEX #EF994D Sea Buckthorn

📋 copy color: '#EF994D'

red 239 ◦ green 153 ◦ blue 77

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

Shades of Sea Buckthorn #EF994D

Tints of Sea Buckthorn #EF994D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.62%

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

R = 50.96%
G = 32.62%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF994D (or 0xEF994D) is known color: Sea Buckthorn. HEX triplet: EF, 99 and 4D. RGB value is (239,153,77). Sum of RGB (Red+Green+Blue) = 239+153+77=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF994D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF994D is #1066B2. Grayscale: #AAAAAA. Windows color (decimal): -1074867 or 5085679. OLE color: 5085679.

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

Color convert

RGB 239 153 77 -
CMYK 0 0.36 0.68 0.06
HSL 28.15º 0.84% 0.62% -
HSV(B) 28.15º 0.68% 0.94% -
XYZ 48.33 41.67 12.52 -
YUV 170.05 75.49 177.18 -
System Red Green Blue C M Y K H S L
Decimal 239 153 77 0 0.36 0.68 0.06 28.15 0.84 0.62
Hex EF 99 4D 0 24 44 6 1C 54 3E
Octal 357 231 115 0 44 104 6 34 124 76
Binary 11101111 10011001 1001101 0 100100 1000100 110 11100 1010100 111110

Color Harmonies of #EF994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF994D

Black with #EF994D

Text Example


Text Example

White with #EF994D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF994D; }

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

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

background-color css

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

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

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

border-color css

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

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

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