Html Css Color HEX #EFAF14 Dark Tangerine

📋 copy color: '#EFAF14'

red 239 ◦ green 175 ◦ blue 20

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

Shades of Dark Tangerine #EFAF14

Tints of Dark Tangerine #EFAF14

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.32%

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

R = 55.07%
G = 40.32%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFAF14 (or 0xEFAF14) is known color: Dark Tangerine. HEX triplet: EF, AF and 14. RGB value is (239,175,20). Sum of RGB (Red+Green+Blue) = 239+175+20=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAF14 is #1050EB. Grayscale: #B1B1B1. Windows color (decimal): -1069292 or 1355759. OLE color: 1355759.

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

Color convert

RGB 239 175 20 -
CMYK 0 0.27 0.92 0.06
HSL 42.47º 0.87% 0.51% -
HSV(B) 42.47º 0.92% 0.94% -
XYZ 51.05 49.06 7.44 -
YUV 176.47 39.7 172.6 -
System Red Green Blue C M Y K H S L
Decimal 239 175 20 0 0.27 0.92 0.06 42.47 0.87 0.51
Hex EF AF 14 0 1B 5C 6 2A 57 33
Octal 357 257 24 0 33 134 6 52 127 63
Binary 11101111 10101111 10100 0 11011 1011100 110 101010 1010111 110011

Color Harmonies of #EFAF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF14

Black with #EFAF14

Text Example


Text Example

White with #EFAF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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