Html Css Color HEX #EFB314 Dark Tangerine

📋 copy color: '#EFB314'

red 239 ◦ green 179 ◦ blue 20

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

Shades of Dark Tangerine #EFB314

Tints of Dark Tangerine #EFB314

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.87%

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

R = 54.57%
G = 40.87%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFB314 (or 0xEFB314) is known color: Dark Tangerine. HEX triplet: EF, B3 and 14. RGB value is (239,179,20). Sum of RGB (Red+Green+Blue) = 239+179+20=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB314 is #104CEB. Grayscale: #B3B3B3. Windows color (decimal): -1068268 or 1356783. OLE color: 1356783.

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

Color convert

RGB 239 179 20 -
CMYK 0 0.25 0.92 0.06
HSL 43.56º 0.87% 0.51% -
HSV(B) 43.56º 0.92% 0.94% -
XYZ 51.84 50.64 7.7 -
YUV 178.81 38.38 170.93 -
System Red Green Blue C M Y K H S L
Decimal 239 179 20 0 0.25 0.92 0.06 43.56 0.87 0.51
Hex EF B3 14 0 19 5C 6 2C 57 33
Octal 357 263 24 0 31 134 6 54 127 63
Binary 11101111 10110011 10100 0 11001 1011100 110 101100 1010111 110011

Color Harmonies of #EFB314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB314

Black with #EFB314

Text Example


Text Example

White with #EFB314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB314; }

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

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

background-color css

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

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

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

border-color css

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

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

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