Html Css Color HEX #EFB114 Dark Tangerine

📋 copy color: '#EFB114'

red 239 ◦ green 177 ◦ blue 20

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

Shades of Dark Tangerine #EFB114

Tints of Dark Tangerine #EFB114

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.6%

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

R = 54.82%
G = 40.6%
B = 4.59%

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

#EFB114 (or 0xEFB114) is known color: Dark Tangerine. HEX triplet: EF, B1 and 14. RGB value is (239,177,20). Sum of RGB (Red+Green+Blue) = 239+177+20=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 20 (8.20% from 255 or 4.59% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB114 is #104EEB. Grayscale: #B2B2B2. Windows color (decimal): -1068780 or 1356271. OLE color: 1356271.

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

Color convert

RGB 239 177 20 -
CMYK 0 0.26 0.92 0.06
HSL 43.01º 0.87% 0.51% -
HSV(B) 43.01º 0.92% 0.94% -
XYZ 51.45 49.85 7.57 -
YUV 177.64 39.04 171.77 -
System Red Green Blue C M Y K H S L
Decimal 239 177 20 0 0.26 0.92 0.06 43.01 0.87 0.51
Hex EF B1 14 0 1A 5C 6 2B 57 33
Octal 357 261 24 0 32 134 6 53 127 63
Binary 11101111 10110001 10100 0 11010 1011100 110 101011 1010111 110011

Color Harmonies of #EFB114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB114

Black with #EFB114

Text Example


Text Example

White with #EFB114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB114; }

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

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

background-color css

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

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

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

border-color css

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

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

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