Html Css Color HEX #EFAC1A Dark Tangerine

📋 copy color: '#EFAC1A'

red 239 ◦ green 172 ◦ blue 26

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

Shades of Dark Tangerine #EFAC1A

Tints of Dark Tangerine #EFAC1A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.36%

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

R = 54.69%
G = 39.36%
B = 5.95%

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

#EFAC1A (or 0xEFAC1A) is known color: Dark Tangerine. HEX triplet: EF, AC and 1A. RGB value is (239,172,26). Sum of RGB (Red+Green+Blue) = 239+172+26=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 26 (10.55% from 255 or 5.95% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAC1A is #1053E5. Grayscale: #B0B0B0. Windows color (decimal): -1070054 or 1748207. OLE color: 1748207.

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

Color convert

RGB 239 172 26 -
CMYK 0 0.28 0.89 0.06
HSL 41.13º 0.87% 0.52% -
HSV(B) 41.13º 0.89% 0.94% -
XYZ 50.54 47.93 7.57 -
YUV 175.39 43.7 173.37 -
System Red Green Blue C M Y K H S L
Decimal 239 172 26 0 0.28 0.89 0.06 41.13 0.87 0.52
Hex EF AC 1A 0 1C 59 6 29 57 34
Octal 357 254 32 0 34 131 6 51 127 64
Binary 11101111 10101100 11010 0 11100 1011001 110 101001 1010111 110100

Color Harmonies of #EFAC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC1A

Black with #EFAC1A

Text Example


Text Example

White with #EFAC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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