Html Css Color HEX #EFA618 Dark Tangerine

📋 copy color: '#EFA618'

red 239 ◦ green 166 ◦ blue 24

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

Shades of Dark Tangerine #EFA618

Tints of Dark Tangerine #EFA618

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.69%

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

R = 55.71%
G = 38.69%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFA618 (or 0xEFA618) is known color: Dark Tangerine. HEX triplet: EF, A6 and 18. RGB value is (239,166,24). Sum of RGB (Red+Green+Blue) = 239+166+24=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 24 (9.77% from 255 or 5.59% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA618 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA618 is #1059E7. Grayscale: #ACACAC. Windows color (decimal): -1071592 or 1615599. OLE color: 1615599.

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

Color convert

RGB 239 166 24 -
CMYK 0 0.31 0.90 0.06
HSL 39.63º 0.87% 0.52% -
HSV(B) 39.63º 0.9% 0.94% -
XYZ 49.4 45.69 7.08 -
YUV 171.64 44.68 176.05 -
System Red Green Blue C M Y K H S L
Decimal 239 166 24 0 0.31 0.90 0.06 39.63 0.87 0.52
Hex EF A6 18 0 1F 5A 6 28 57 34
Octal 357 246 30 0 37 132 6 50 127 64
Binary 11101111 10100110 11000 0 11111 1011010 110 101000 1010111 110100

Color Harmonies of #EFA618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA618

Black with #EFA618

Text Example


Text Example

White with #EFA618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA618; }

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

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

background-color css

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

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

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

border-color css

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

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

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