Html Css Color HEX #EFAD0C Dark Tangerine

📋 copy color: '#EFAD0C'

red 239 ◦ green 173 ◦ blue 12

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

Shades of Dark Tangerine #EFAD0C

Tints of Dark Tangerine #EFAD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.83%

R = 56.37%
G = 40.8%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFAD0C (or 0xEFAD0C) is known color: Dark Tangerine. HEX triplet: EF, AD and 0C. RGB value is (239,173,12). Sum of RGB (Red+Green+Blue) = 239+173+12=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAD0C is #1052F3. Grayscale: #AFAFAF. Windows color (decimal): -1069812 or 830959. OLE color: 830959.

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

Color convert

RGB 239 173 12 -
CMYK 0 0.28 0.95 0.06
HSL 42.56º 0.9% 0.49% -
HSV(B) 42.56º 0.95% 0.94% -
XYZ 50.61 48.26 7 -
YUV 174.38 36.37 174.09 -
System Red Green Blue C M Y K H S L
Decimal 239 173 12 0 0.28 0.95 0.06 42.56 0.9 0.49
Hex EF AD C 0 1C 5F 6 2B 5A 31
Octal 357 255 14 0 34 137 6 53 132 61
Binary 11101111 10101101 1100 0 11100 1011111 110 101011 1011010 110001

Color Harmonies of #EFAD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAD0C

Black with #EFAD0C

Text Example


Text Example

White with #EFAD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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