Html Css Color HEX #EFAB1A Dark Tangerine

📋 copy color: '#EFAB1A'

red 239 ◦ green 171 ◦ blue 26

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

Shades of Dark Tangerine #EFAB1A

Tints of Dark Tangerine #EFAB1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.96%

R = 54.82%
G = 39.22%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFAB1A (or 0xEFAB1A) is known color: Dark Tangerine. HEX triplet: EF, AB and 1A. RGB value is (239,171,26). Sum of RGB (Red+Green+Blue) = 239+171+26=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 26 (10.55% from 255 or 5.96% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAB1A is #1054E5. Grayscale: #AFAFAF. Windows color (decimal): -1070310 or 1747951. OLE color: 1747951.

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

Color convert

RGB 239 171 26 -
CMYK 0 0.28 0.89 0.06
HSL 40.85º 0.87% 0.52% -
HSV(B) 40.85º 0.89% 0.94% -
XYZ 50.35 47.55 7.5 -
YUV 174.8 44.03 173.79 -
System Red Green Blue C M Y K H S L
Decimal 239 171 26 0 0.28 0.89 0.06 40.85 0.87 0.52
Hex EF AB 1A 0 1C 59 6 29 57 34
Octal 357 253 32 0 34 131 6 51 127 64
Binary 11101111 10101011 11010 0 11100 1011001 110 101001 1010111 110100

Color Harmonies of #EFAB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB1A

Black with #EFAB1A

Text Example


Text Example

White with #EFAB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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