Html Css Color HEX #EF966A Atomic Tangerine

📋 copy color: '#EF966A'

red 239 ◦ green 150 ◦ blue 106

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

Shades of Atomic Tangerine #EF966A

Tints of Atomic Tangerine #EF966A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.3%

 BLUE value IS 106 (41.8% from 255) = 21.41%

R = 48.28%
G = 30.3%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF966A (or 0xEF966A) is known color: Atomic Tangerine. HEX triplet: EF, 96 and 6A. RGB value is (239,150,106). Sum of RGB (Red+Green+Blue) = 239+150+106=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF966A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF966A is #106995. Grayscale: #ABABAB. Windows color (decimal): -1075606 or 6985455. OLE color: 6985455.

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

Color convert

RGB 239 150 106 -
CMYK 0 0.37 0.56 0.06
HSL 19.85º 0.81% 0.68% -
HSV(B) 19.85º 0.56% 0.94% -
XYZ 49.1 41.2 19 -
YUV 171.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 239 150 106 0 0.37 0.56 0.06 19.85 0.81 0.68
Hex EF 96 6A 0 25 38 6 14 51 44
Octal 357 226 152 0 45 70 6 24 121 104
Binary 11101111 10010110 1101010 0 100101 111000 110 10100 1010001 1000100

Color Harmonies of #EF966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF966A

Black with #EF966A

Text Example


Text Example

White with #EF966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF966A; }

 p { color: rgb(239,150,106); }

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

background-color css

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

 a { background-color: rgb(239,150,106); }

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

border-color css

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

 span { border-color: rgb(239,150,106); }

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