Html Css Color HEX #EF8F68 Atomic Tangerine

📋 copy color: '#EF8F68'

red 239 ◦ green 143 ◦ blue 104

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

Shades of Atomic Tangerine #EF8F68

Tints of Atomic Tangerine #EF8F68

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.42%

 BLUE value IS 104 (41.02% from 255) = 21.4%

R = 49.18%
G = 29.42%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF8F68 (or 0xEF8F68) is known color: Atomic Tangerine. HEX triplet: EF, 8F and 68. RGB value is (239,143,104). Sum of RGB (Red+Green+Blue) = 239+143+104=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8F68 is #107097. Grayscale: #A7A7A7. Windows color (decimal): -1077400 or 6852591. OLE color: 6852591.

HSL color Cylindrical-coordinate representation of color #EF8F68: hue angle of 17.33º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF8F68 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 143 104 -
CMYK 0 0.40 0.56 0.06
HSL 17.33º 0.81% 0.67% -
HSV(B) 17.33º 0.56% 0.94% -
XYZ 47.92 39 18.1 -
YUV 167.26 92.3 179.17 -
System Red Green Blue C M Y K H S L
Decimal 239 143 104 0 0.40 0.56 0.06 17.33 0.81 0.67
Hex EF 8F 68 0 28 38 6 11 51 43
Octal 357 217 150 0 50 70 6 21 121 103
Binary 11101111 10001111 1101000 0 101000 111000 110 10001 1010001 1000011

Color Harmonies of #EF8F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8F68

Black with #EF8F68

Text Example


Text Example

White with #EF8F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8F68; }

 p { color: rgb(239,143,104); }

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

background-color css

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

 a { background-color: rgb(239,143,104); }

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

border-color css

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

 span { border-color: rgb(239,143,104); }

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