Html Css Color HEX #EF945F Atomic Tangerine

📋 copy color: '#EF945F'

red 239 ◦ green 148 ◦ blue 95

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

Shades of Atomic Tangerine #EF945F

Tints of Atomic Tangerine #EF945F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.71%

R = 49.59%
G = 30.71%
B = 19.71%

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

#EF945F (or 0xEF945F) is known color: Atomic Tangerine. HEX triplet: EF, 94 and 5F. RGB value is (239,148,95). Sum of RGB (Red+Green+Blue) = 239+148+95=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF945F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF945F is #106BA0. Grayscale: #A9A9A9. Windows color (decimal): -1076129 or 6264047. OLE color: 6264047.

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

Color convert

RGB 239 148 95 -
CMYK 0 0.38 0.60 0.06
HSL 22.08º 0.82% 0.65% -
HSV(B) 22.08º 0.6% 0.94% -
XYZ 48.25 40.36 16.07 -
YUV 169.17 86.15 177.81 -
System Red Green Blue C M Y K H S L
Decimal 239 148 95 0 0.38 0.60 0.06 22.08 0.82 0.65
Hex EF 94 5F 0 26 3C 6 16 52 41
Octal 357 224 137 0 46 74 6 26 122 101
Binary 11101111 10010100 1011111 0 100110 111100 110 10110 1010010 1000001

Color Harmonies of #EF945F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF945F

Black with #EF945F

Text Example


Text Example

White with #EF945F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF945F; }

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

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

background-color css

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

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

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

border-color css

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

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

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