Html Css Color HEX #EFAB0C Dark Tangerine

📋 copy color: '#EFAB0C'

red 239 ◦ green 171 ◦ blue 12

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

Shades of Dark Tangerine #EFAB0C

Tints of Dark Tangerine #EFAB0C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.52%

 BLUE value IS 12 (5.08% from 255) = 2.84%

R = 56.64%
G = 40.52%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFAB0C (or 0xEFAB0C) is known color: Dark Tangerine. HEX triplet: EF, AB and 0C. RGB value is (239,171,12). Sum of RGB (Red+Green+Blue) = 239+171+12=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAB0C is #1054F3. Grayscale: #ADADAD. Windows color (decimal): -1070324 or 830447. OLE color: 830447.

HSL color Cylindrical-coordinate representation of color #EFAB0C: hue angle of 42.03º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFAB0C is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 171 12 -
CMYK 0 0.28 0.95 0.06
HSL 42.03º 0.9% 0.49% -
HSV(B) 42.03º 0.95% 0.94% -
XYZ 50.23 47.5 6.87 -
YUV 173.21 37.03 174.93 -
System Red Green Blue C M Y K H S L
Decimal 239 171 12 0 0.28 0.95 0.06 42.03 0.9 0.49
Hex EF AB C 0 1C 5F 6 2A 5A 31
Octal 357 253 14 0 34 137 6 52 132 61
Binary 11101111 10101011 1100 0 11100 1011111 110 101010 1011010 110001

Color Harmonies of #EFAB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB0C

Black with #EFAB0C

Text Example


Text Example

White with #EFAB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB0C; }

 p { color: rgb(239,171,12); }

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

background-color css

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

 a { background-color: rgb(239,171,12); }

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

border-color css

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

 span { border-color: rgb(239,171,12); }

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