Html Css Color HEX #EFA718 Dark Tangerine

📋 copy color: '#EFA718'

red 239 ◦ green 167 ◦ blue 24

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

Shades of Dark Tangerine #EFA718

Tints of Dark Tangerine #EFA718

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.84%

 BLUE value IS 24 (9.77% from 255) = 5.58%

R = 55.58%
G = 38.84%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFA718 (or 0xEFA718) is known color: Dark Tangerine. HEX triplet: EF, A7 and 18. RGB value is (239,167,24). Sum of RGB (Red+Green+Blue) = 239+167+24=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 24 (9.77% from 255 or 5.58% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA718 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA718 is #1058E7. Grayscale: #ACACAC. Windows color (decimal): -1071336 or 1615855. OLE color: 1615855.

HSL color Cylindrical-coordinate representation of color #EFA718: hue angle of 39.91º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFA718 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 167 24 -
CMYK 0 0.30 0.90 0.06
HSL 39.91º 0.87% 0.52% -
HSV(B) 39.91º 0.9% 0.94% -
XYZ 49.58 46.05 7.14 -
YUV 172.23 44.35 175.63 -
System Red Green Blue C M Y K H S L
Decimal 239 167 24 0 0.30 0.90 0.06 39.91 0.87 0.52
Hex EF A7 18 0 1E 5A 6 28 57 34
Octal 357 247 30 0 36 132 6 50 127 64
Binary 11101111 10100111 11000 0 11110 1011010 110 101000 1010111 110100

Color Harmonies of #EFA718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA718

Black with #EFA718

Text Example


Text Example

White with #EFA718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA718; }

 p { color: rgb(239,167,24); }

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

background-color css

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

 a { background-color: rgb(239,167,24); }

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

border-color css

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

 span { border-color: rgb(239,167,24); }

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