Html Css Color HEX #EFAB14 Dark Tangerine

📋 copy color: '#EFAB14'

red 239 ◦ green 171 ◦ blue 20

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

Shades of Dark Tangerine #EFAB14

Tints of Dark Tangerine #EFAB14

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.77%

 BLUE value IS 20 (8.2% from 255) = 4.65%

R = 55.58%
G = 39.77%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFAB14 (or 0xEFAB14) is known color: Dark Tangerine. HEX triplet: EF, AB and 14. RGB value is (239,171,20). Sum of RGB (Red+Green+Blue) = 239+171+20=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAB14 is #1054EB. Grayscale: #AEAEAE. Windows color (decimal): -1070316 or 1354735. OLE color: 1354735.

HSL color Cylindrical-coordinate representation of color #EFAB14: hue angle of 41.37º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFAB14 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 171 20 -
CMYK 0 0.28 0.92 0.06
HSL 41.37º 0.87% 0.51% -
HSV(B) 41.37º 0.92% 0.94% -
XYZ 50.29 47.53 7.19 -
YUV 174.12 41.03 174.28 -
System Red Green Blue C M Y K H S L
Decimal 239 171 20 0 0.28 0.92 0.06 41.37 0.87 0.51
Hex EF AB 14 0 1C 5C 6 29 57 33
Octal 357 253 24 0 34 134 6 51 127 63
Binary 11101111 10101011 10100 0 11100 1011100 110 101001 1010111 110011

Color Harmonies of #EFAB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB14

Black with #EFAB14

Text Example


Text Example

White with #EFAB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB14; }

 p { color: rgb(239,171,20); }

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

background-color css

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

 a { background-color: rgb(239,171,20); }

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

border-color css

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

 span { border-color: rgb(239,171,20); }

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