Html Css Color HEX #EFAD0A Dark Tangerine

📋 copy color: '#EFAD0A'

red 239 ◦ green 173 ◦ blue 10

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

Shades of Dark Tangerine #EFAD0A

Tints of Dark Tangerine #EFAD0A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41%

 BLUE value IS 10 (4.3% from 255) = 2.37%

R = 56.64%
G = 41%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFAD0A (or 0xEFAD0A) is known color: Dark Tangerine. HEX triplet: EF, AD and 0A. RGB value is (239,173,10). Sum of RGB (Red+Green+Blue) = 239+173+10=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 10 (4.30% from 255 or 2.37% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAD0A is #1052F5. Grayscale: #AEAEAE. Windows color (decimal): -1069814 or 699887. OLE color: 699887.

HSL color Cylindrical-coordinate representation of color #EFAD0A: hue angle of 42.71º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFAD0A is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 173 10 -
CMYK 0 0.28 0.96 0.06
HSL 42.71º 0.92% 0.49% -
HSV(B) 42.71º 0.96% 0.94% -
XYZ 50.59 48.26 6.94 -
YUV 174.15 35.37 174.25 -
System Red Green Blue C M Y K H S L
Decimal 239 173 10 0 0.28 0.96 0.06 42.71 0.92 0.49
Hex EF AD A 0 1C 60 6 2B 5C 31
Octal 357 255 12 0 34 140 6 53 134 61
Binary 11101111 10101101 1010 0 11100 1100000 110 101011 1011100 110001

Color Harmonies of #EFAD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAD0A

Black with #EFAD0A

Text Example


Text Example

White with #EFAD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAD0A; }

 p { color: rgb(239,173,10); }

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

background-color css

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

 a { background-color: rgb(239,173,10); }

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

border-color css

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

 span { border-color: rgb(239,173,10); }

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