Html Css Color HEX #EFB018 Dark Tangerine

📋 copy color: '#EFB018'

red 239 ◦ green 176 ◦ blue 24

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

Shades of Dark Tangerine #EFB018

Tints of Dark Tangerine #EFB018

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.09%

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

R = 54.44%
G = 40.09%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFB018 (or 0xEFB018) is known color: Dark Tangerine. HEX triplet: EF, B0 and 18. RGB value is (239,176,24). Sum of RGB (Red+Green+Blue) = 239+176+24=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 24 (9.77% from 255 or 5.47% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB018 is #104FE7. Grayscale: #B2B2B2. Windows color (decimal): -1069032 or 1618159. OLE color: 1618159.

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

Color convert

RGB 239 176 24 -
CMYK 0 0.26 0.90 0.06
HSL 42.42º 0.87% 0.52% -
HSV(B) 42.42º 0.9% 0.94% -
XYZ 51.29 49.47 7.71 -
YUV 177.51 41.37 171.86 -
System Red Green Blue C M Y K H S L
Decimal 239 176 24 0 0.26 0.90 0.06 42.42 0.87 0.52
Hex EF B0 18 0 1A 5A 6 2A 57 34
Octal 357 260 30 0 32 132 6 52 127 64
Binary 11101111 10110000 11000 0 11010 1011010 110 101010 1010111 110100

Color Harmonies of #EFB018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB018

Black with #EFB018

Text Example


Text Example

White with #EFB018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB018; }

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

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

background-color css

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

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

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

border-color css

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

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

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