Html Css Color HEX #EF9468 Atomic Tangerine

📋 copy color: '#EF9468'

red 239 ◦ green 148 ◦ blue 104

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

Shades of Atomic Tangerine #EF9468

Tints of Atomic Tangerine #EF9468

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.14%

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

R = 48.68%
G = 30.14%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF9468 (or 0xEF9468) is known color: Atomic Tangerine. HEX triplet: EF, 94 and 68. RGB value is (239,148,104). Sum of RGB (Red+Green+Blue) = 239+148+104=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9468 is #106B97. Grayscale: #AAAAAA. Windows color (decimal): -1076120 or 6853871. OLE color: 6853871.

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

Color convert

RGB 239 148 104 -
CMYK 0 0.38 0.56 0.06
HSL 19.56º 0.81% 0.67% -
HSV(B) 19.56º 0.56% 0.94% -
XYZ 48.69 40.53 18.35 -
YUV 170.19 90.65 177.08 -
System Red Green Blue C M Y K H S L
Decimal 239 148 104 0 0.38 0.56 0.06 19.56 0.81 0.67
Hex EF 94 68 0 26 38 6 14 51 43
Octal 357 224 150 0 46 70 6 24 121 103
Binary 11101111 10010100 1101000 0 100110 111000 110 10100 1010001 1000011

Color Harmonies of #EF9468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9468

Black with #EF9468

Text Example


Text Example

White with #EF9468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9468; }

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

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

background-color css

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

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

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

border-color css

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

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

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