Html Css Color HEX #EFB210 Dark Tangerine

📋 copy color: '#EFB210'

red 239 ◦ green 178 ◦ blue 16

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

Shades of Dark Tangerine #EFB210

Tints of Dark Tangerine #EFB210

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.11%

 BLUE value IS 16 (6.64% from 255) = 3.7%

R = 55.2%
G = 41.11%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EFB210 (or 0xEFB210) is known color: Dark Tangerine. HEX triplet: EF, B2 and 10. RGB value is (239,178,16). Sum of RGB (Red+Green+Blue) = 239+178+16=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB210 is #104DEF. Grayscale: #B2B2B2. Windows color (decimal): -1068528 or 1094383. OLE color: 1094383.

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

Color convert

RGB 239 178 16 -
CMYK 0 0.26 0.93 0.06
HSL 43.59º 0.87% 0.5% -
HSV(B) 43.59º 0.93% 0.94% -
XYZ 51.61 50.23 7.47 -
YUV 177.77 36.71 171.67 -
System Red Green Blue C M Y K H S L
Decimal 239 178 16 0 0.26 0.93 0.06 43.59 0.87 0.5
Hex EF B2 10 0 1A 5D 6 2C 57 32
Octal 357 262 20 0 32 135 6 54 127 62
Binary 11101111 10110010 10000 0 11010 1011101 110 101100 1010111 110010

Color Harmonies of #EFB210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB210

Black with #EFB210

Text Example


Text Example

White with #EFB210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB210; }

 p { color: rgb(239,178,16); }

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

background-color css

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

 a { background-color: rgb(239,178,16); }

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

border-color css

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

 span { border-color: rgb(239,178,16); }

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