Html Css Color HEX #EFB113 Dark Tangerine

📋 copy color: '#EFB113'

red 239 ◦ green 177 ◦ blue 19

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

Shades of Dark Tangerine #EFB113

Tints of Dark Tangerine #EFB113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.37%

R = 54.94%
G = 40.69%
B = 4.37%

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

#EFB113 (or 0xEFB113) is known color: Dark Tangerine. HEX triplet: EF, B1 and 13. RGB value is (239,177,19). Sum of RGB (Red+Green+Blue) = 239+177+19=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 19 (7.81% from 255 or 4.37% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB113 is #104EEC. Grayscale: #B2B2B2. Windows color (decimal): -1068781 or 1290735. OLE color: 1290735.

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

Color convert

RGB 239 177 19 -
CMYK 0 0.26 0.92 0.06
HSL 43.09º 0.87% 0.51% -
HSV(B) 43.09º 0.92% 0.94% -
XYZ 51.44 49.84 7.53 -
YUV 177.53 38.54 171.85 -
System Red Green Blue C M Y K H S L
Decimal 239 177 19 0 0.26 0.92 0.06 43.09 0.87 0.51
Hex EF B1 13 0 1A 5C 6 2B 57 33
Octal 357 261 23 0 32 134 6 53 127 63
Binary 11101111 10110001 10011 0 11010 1011100 110 101011 1010111 110011

Color Harmonies of #EFB113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB113

Black with #EFB113

Text Example


Text Example

White with #EFB113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB113; }

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

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

background-color css

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

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

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

border-color css

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

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

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