Html Css Color HEX #EFAB18 Dark Tangerine

📋 copy color: '#EFAB18'

red 239 ◦ green 171 ◦ blue 24

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

Shades of Dark Tangerine #EFAB18

Tints of Dark Tangerine #EFAB18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.53%

R = 55.07%
G = 39.4%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFAB18 (or 0xEFAB18) is known color: Dark Tangerine. HEX triplet: EF, AB and 18. RGB value is (239,171,24). Sum of RGB (Red+Green+Blue) = 239+171+24=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 24 (9.77% from 255 or 5.53% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAB18 is #1054E7. Grayscale: #AFAFAF. Windows color (decimal): -1070312 or 1616879. OLE color: 1616879.

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

Color convert

RGB 239 171 24 -
CMYK 0 0.28 0.90 0.06
HSL 41.02º 0.87% 0.52% -
HSV(B) 41.02º 0.9% 0.94% -
XYZ 50.32 47.54 7.39 -
YUV 174.57 43.03 173.95 -
System Red Green Blue C M Y K H S L
Decimal 239 171 24 0 0.28 0.90 0.06 41.02 0.87 0.52
Hex EF AB 18 0 1C 5A 6 29 57 34
Octal 357 253 30 0 34 132 6 51 127 64
Binary 11101111 10101011 11000 0 11100 1011010 110 101001 1010111 110100

Color Harmonies of #EFAB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB18

Black with #EFAB18

Text Example


Text Example

White with #EFAB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB18; }

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

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

background-color css

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

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

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

border-color css

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

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

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