Html Css Color HEX #EF8F66 Atomic Tangerine

📋 copy color: '#EF8F66'

red 239 ◦ green 143 ◦ blue 102

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

Shades of Atomic Tangerine #EF8F66

Tints of Atomic Tangerine #EF8F66

RGB

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

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

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

R = 49.38%
G = 29.55%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF8F66 (or 0xEF8F66) is known color: Atomic Tangerine. HEX triplet: EF, 8F and 66. RGB value is (239,143,102). Sum of RGB (Red+Green+Blue) = 239+143+102=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8F66 is #107099. Grayscale: #A7A7A7. Windows color (decimal): -1077402 or 6721519. OLE color: 6721519.

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

Color convert

RGB 239 143 102 -
CMYK 0 0.40 0.57 0.06
HSL 17.96º 0.81% 0.67% -
HSV(B) 17.96º 0.57% 0.94% -
XYZ 47.82 38.95 17.57 -
YUV 167.03 91.3 179.33 -
System Red Green Blue C M Y K H S L
Decimal 239 143 102 0 0.40 0.57 0.06 17.96 0.81 0.67
Hex EF 8F 66 0 28 39 6 12 51 43
Octal 357 217 146 0 50 71 6 22 121 103
Binary 11101111 10001111 1100110 0 101000 111001 110 10010 1010001 1000011

Color Harmonies of #EF8F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8F66

Black with #EF8F66

Text Example


Text Example

White with #EF8F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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