Html Css Color HEX #EFB017 Dark Tangerine

📋 copy color: '#EFB017'

red 239 ◦ green 176 ◦ blue 23

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

Shades of Dark Tangerine #EFB017

Tints of Dark Tangerine #EFB017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.25%

R = 54.57%
G = 40.18%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFB017 (or 0xEFB017) is known color: Dark Tangerine. HEX triplet: EF, B0 and 17. RGB value is (239,176,23). Sum of RGB (Red+Green+Blue) = 239+176+23=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 23 (9.38% from 255 or 5.25% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB017 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB017 is #104FE8. Grayscale: #B2B2B2. Windows color (decimal): -1069033 or 1552623. OLE color: 1552623.

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

Color convert

RGB 239 176 23 -
CMYK 0 0.26 0.90 0.06
HSL 42.5º 0.87% 0.51% -
HSV(B) 42.5º 0.9% 0.94% -
XYZ 51.28 49.46 7.66 -
YUV 177.4 40.87 171.94 -
System Red Green Blue C M Y K H S L
Decimal 239 176 23 0 0.26 0.90 0.06 42.5 0.87 0.51
Hex EF B0 17 0 1A 5A 6 2A 57 33
Octal 357 260 27 0 32 132 6 52 127 63
Binary 11101111 10110000 10111 0 11010 1011010 110 101010 1010111 110011

Color Harmonies of #EFB017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB017

Black with #EFB017

Text Example


Text Example

White with #EFB017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB017; }

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

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

background-color css

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

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

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

border-color css

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

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

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