Html Css Color HEX #EF994C Sea Buckthorn

📋 copy color: '#EF994C'

red 239 ◦ green 153 ◦ blue 76

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

Shades of Sea Buckthorn #EF994C

Tints of Sea Buckthorn #EF994C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.24%

R = 51.07%
G = 32.69%
B = 16.24%

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

#EF994C (or 0xEF994C) is known color: Sea Buckthorn. HEX triplet: EF, 99 and 4C. RGB value is (239,153,76). Sum of RGB (Red+Green+Blue) = 239+153+76=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 76 (30.08% from 255 or 16.24% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF994C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF994C is #1066B3. Grayscale: #AAAAAA. Windows color (decimal): -1074868 or 5020143. OLE color: 5020143.

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

Color convert

RGB 239 153 76 -
CMYK 0 0.36 0.68 0.06
HSL 28.34º 0.84% 0.62% -
HSV(B) 28.34º 0.68% 0.94% -
XYZ 48.29 41.65 12.33 -
YUV 169.94 74.99 177.26 -
System Red Green Blue C M Y K H S L
Decimal 239 153 76 0 0.36 0.68 0.06 28.34 0.84 0.62
Hex EF 99 4C 0 24 44 6 1C 54 3E
Octal 357 231 114 0 44 104 6 34 124 76
Binary 11101111 10011001 1001100 0 100100 1000100 110 11100 1010100 111110

Color Harmonies of #EF994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF994C

Black with #EF994C

Text Example


Text Example

White with #EF994C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF994C; }

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

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

background-color css

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

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

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

border-color css

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

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

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