Html Css Color HEX #EFAA18 Dark Tangerine

📋 copy color: '#EFAA18'

red 239 ◦ green 170 ◦ blue 24

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

Shades of Dark Tangerine #EFAA18

Tints of Dark Tangerine #EFAA18

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.26%

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

R = 55.2%
G = 39.26%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFAA18 (or 0xEFAA18) is known color: Dark Tangerine. HEX triplet: EF, AA and 18. RGB value is (239,170,24). Sum of RGB (Red+Green+Blue) = 239+170+24=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 24 (9.77% from 255 or 5.54% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAA18 is #1055E7. Grayscale: #AEAEAE. Windows color (decimal): -1070568 or 1616623. OLE color: 1616623.

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

Color convert

RGB 239 170 24 -
CMYK 0 0.29 0.90 0.06
HSL 40.74º 0.87% 0.52% -
HSV(B) 40.74º 0.9% 0.94% -
XYZ 50.14 47.17 7.33 -
YUV 173.99 43.36 174.37 -
System Red Green Blue C M Y K H S L
Decimal 239 170 24 0 0.29 0.90 0.06 40.74 0.87 0.52
Hex EF AA 18 0 1D 5A 6 29 57 34
Octal 357 252 30 0 35 132 6 51 127 64
Binary 11101111 10101010 11000 0 11101 1011010 110 101001 1010111 110100

Color Harmonies of #EFAA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA18

Black with #EFAA18

Text Example


Text Example

White with #EFAA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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