Html Css Color HEX #EFA619 Dark Tangerine

📋 copy color: '#EFA619'

red 239 ◦ green 166 ◦ blue 25

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

Shades of Dark Tangerine #EFA619

Tints of Dark Tangerine #EFA619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.81%

R = 55.58%
G = 38.6%
B = 5.81%

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

#EFA619 (or 0xEFA619) is known color: Dark Tangerine. HEX triplet: EF, A6 and 19. RGB value is (239,166,25). Sum of RGB (Red+Green+Blue) = 239+166+25=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 25 (10.16% from 255 or 5.81% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA619 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA619 is #1059E6. Grayscale: #ACACAC. Windows color (decimal): -1071591 or 1681135. OLE color: 1681135.

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

Color convert

RGB 239 166 25 -
CMYK 0 0.31 0.90 0.06
HSL 39.53º 0.87% 0.52% -
HSV(B) 39.53º 0.9% 0.94% -
XYZ 49.41 45.69 7.14 -
YUV 171.75 45.18 175.96 -
System Red Green Blue C M Y K H S L
Decimal 239 166 25 0 0.31 0.90 0.06 39.53 0.87 0.52
Hex EF A6 19 0 1F 5A 6 28 57 34
Octal 357 246 31 0 37 132 6 50 127 64
Binary 11101111 10100110 11001 0 11111 1011010 110 101000 1010111 110100

Color Harmonies of #EFA619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA619

Black with #EFA619

Text Example


Text Example

White with #EFA619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA619; }

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

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

background-color css

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

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

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

border-color css

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

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

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