Html Css Color HEX #EF9360 Atomic Tangerine

📋 copy color: '#EF9360'

red 239 ◦ green 147 ◦ blue 96

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

Shades of Atomic Tangerine #EF9360

Tints of Atomic Tangerine #EF9360

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.5%

 BLUE value IS 96 (37.89% from 255) = 19.92%

R = 49.59%
G = 30.5%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF9360 (or 0xEF9360) is known color: Atomic Tangerine. HEX triplet: EF, 93 and 60. RGB value is (239,147,96). Sum of RGB (Red+Green+Blue) = 239+147+96=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9360 is #106C9F. Grayscale: #A8A8A8. Windows color (decimal): -1076384 or 6329327. OLE color: 6329327.

HSL color Cylindrical-coordinate representation of color #EF9360: hue angle of 21.4º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF9360 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 147 96 -
CMYK 0 0.38 0.60 0.06
HSL 21.4º 0.82% 0.66% -
HSV(B) 21.4º 0.6% 0.94% -
XYZ 48.14 40.06 16.26 -
YUV 168.69 86.98 178.15 -
System Red Green Blue C M Y K H S L
Decimal 239 147 96 0 0.38 0.60 0.06 21.4 0.82 0.66
Hex EF 93 60 0 26 3C 6 15 52 42
Octal 357 223 140 0 46 74 6 25 122 102
Binary 11101111 10010011 1100000 0 100110 111100 110 10101 1010010 1000010

Color Harmonies of #EF9360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9360

Black with #EF9360

Text Example


Text Example

White with #EF9360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9360; }

 p { color: rgb(239,147,96); }

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

background-color css

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

 a { background-color: rgb(239,147,96); }

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

border-color css

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

 span { border-color: rgb(239,147,96); }

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