Html Css Color HEX #EFB014 Dark Tangerine

📋 copy color: '#EFB014'

red 239 ◦ green 176 ◦ blue 20

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

Shades of Dark Tangerine #EFB014

Tints of Dark Tangerine #EFB014

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.46%

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

R = 54.94%
G = 40.46%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFB014 (or 0xEFB014) is known color: Dark Tangerine. HEX triplet: EF, B0 and 14. RGB value is (239,176,20). Sum of RGB (Red+Green+Blue) = 239+176+20=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB014 is #104FEB. Grayscale: #B1B1B1. Windows color (decimal): -1069036 or 1356015. OLE color: 1356015.

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

Color convert

RGB 239 176 20 -
CMYK 0 0.26 0.92 0.06
HSL 42.74º 0.87% 0.51% -
HSV(B) 42.74º 0.92% 0.94% -
XYZ 51.25 49.45 7.51 -
YUV 177.05 39.37 172.18 -
System Red Green Blue C M Y K H S L
Decimal 239 176 20 0 0.26 0.92 0.06 42.74 0.87 0.51
Hex EF B0 14 0 1A 5C 6 2B 57 33
Octal 357 260 24 0 32 134 6 53 127 63
Binary 11101111 10110000 10100 0 11010 1011100 110 101011 1010111 110011

Color Harmonies of #EFB014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB014

Black with #EFB014

Text Example


Text Example

White with #EFB014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB014; }

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

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

background-color css

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

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

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

border-color css

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

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

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