Html Css Color HEX #EF8E66 Atomic Tangerine

📋 copy color: '#EF8E66'

red 239 ◦ green 142 ◦ blue 102

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

Shades of Atomic Tangerine #EF8E66

Tints of Atomic Tangerine #EF8E66

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.4%

 BLUE value IS 102 (40.23% from 255) = 21.12%

R = 49.48%
G = 29.4%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF8E66 (or 0xEF8E66) is known color: Atomic Tangerine. HEX triplet: EF, 8E and 66. RGB value is (239,142,102). Sum of RGB (Red+Green+Blue) = 239+142+102=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8E66 is #107199. Grayscale: #A6A6A6. Windows color (decimal): -1077658 or 6721263. OLE color: 6721263.

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

Color convert

RGB 239 142 102 -
CMYK 0 0.41 0.57 0.06
HSL 17.52º 0.81% 0.67% -
HSV(B) 17.52º 0.57% 0.94% -
XYZ 47.67 38.66 17.52 -
YUV 166.44 91.64 179.75 -
System Red Green Blue C M Y K H S L
Decimal 239 142 102 0 0.41 0.57 0.06 17.52 0.81 0.67
Hex EF 8E 66 0 29 39 6 12 51 43
Octal 357 216 146 0 51 71 6 22 121 103
Binary 11101111 10001110 1100110 0 101001 111001 110 10010 1010001 1000011

Color Harmonies of #EF8E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8E66

Black with #EF8E66

Text Example


Text Example

White with #EF8E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8E66; }

 p { color: rgb(239,142,102); }

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

background-color css

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

 a { background-color: rgb(239,142,102); }

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

border-color css

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

 span { border-color: rgb(239,142,102); }

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