Html Css Color HEX #EFB40F Dark Tangerine

📋 copy color: '#EFB40F'

red 239 ◦ green 180 ◦ blue 15

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

Shades of Dark Tangerine #EFB40F

Tints of Dark Tangerine #EFB40F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.47%

 BLUE value IS 15 (6.25% from 255) = 3.46%

R = 55.07%
G = 41.47%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EFB40F (or 0xEFB40F) is known color: Dark Tangerine. HEX triplet: EF, B4 and 0F. RGB value is (239,180,15). Sum of RGB (Red+Green+Blue) = 239+180+15=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB40F is #104BF0. Grayscale: #B3B3B3. Windows color (decimal): -1068017 or 1029359. OLE color: 1029359.

HSL color Cylindrical-coordinate representation of color #EFB40F: hue angle of 44.2º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFB40F is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 180 15 -
CMYK 0 0.25 0.94 0.06
HSL 44.2º 0.88% 0.5% -
HSV(B) 44.2º 0.94% 0.94% -
XYZ 52 51.03 7.56 -
YUV 178.83 35.55 170.92 -
System Red Green Blue C M Y K H S L
Decimal 239 180 15 0 0.25 0.94 0.06 44.2 0.88 0.5
Hex EF B4 F 0 19 5E 6 2C 58 32
Octal 357 264 17 0 31 136 6 54 130 62
Binary 11101111 10110100 1111 0 11001 1011110 110 101100 1011000 110010

Color Harmonies of #EFB40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB40F

Black with #EFB40F

Text Example


Text Example

White with #EFB40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB40F; }

 p { color: rgb(239,180,15); }

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

background-color css

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

 a { background-color: rgb(239,180,15); }

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

border-color css

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

 span { border-color: rgb(239,180,15); }

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