Html Css Color HEX #EF996C Atomic Tangerine

📋 copy color: '#EF996C'

red 239 ◦ green 153 ◦ blue 108

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

Shades of Atomic Tangerine #EF996C

Tints of Atomic Tangerine #EF996C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.6%

R = 47.8%
G = 30.6%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF996C (or 0xEF996C) is known color: Atomic Tangerine. HEX triplet: EF, 99 and 6C. RGB value is (239,153,108). Sum of RGB (Red+Green+Blue) = 239+153+108=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF996C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF996C is #106693. Grayscale: #ADADAD. Windows color (decimal): -1074836 or 7117295. OLE color: 7117295.

HSL color Cylindrical-coordinate representation of color #EF996C: hue angle of 20.61º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF996C is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 153 108 -
CMYK 0 0.36 0.55 0.06
HSL 20.61º 0.8% 0.68% -
HSV(B) 20.61º 0.55% 0.94% -
XYZ 49.69 42.22 19.72 -
YUV 173.58 90.99 174.66 -
System Red Green Blue C M Y K H S L
Decimal 239 153 108 0 0.36 0.55 0.06 20.61 0.8 0.68
Hex EF 99 6C 0 24 37 6 15 50 44
Octal 357 231 154 0 44 67 6 25 120 104
Binary 11101111 10011001 1101100 0 100100 110111 110 10101 1010000 1000100

Color Harmonies of #EF996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF996C

Black with #EF996C

Text Example


Text Example

White with #EF996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF996C; }

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

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

background-color css

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

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

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

border-color css

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

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

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